AccessReviewInstanceOperationsClient Interface
public interface AccessReviewInstanceOperationsClient
An instance of this class provides access to all the operations defined in AccessReviewInstanceOperationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
acceptRecommendations(String scheduleDefinitionId, String id)
An action to accept recommendations for decision in an access review instance. |
| abstract Mono<Void> |
acceptRecommendationsAsync(String scheduleDefinitionId, String id)
An action to accept recommendations for decision in an access review instance. |
| abstract Response<Void> |
acceptRecommendationsWithResponse(String scheduleDefinitionId, String id, Context context)
An action to accept recommendations for decision in an access review instance. |
| abstract Mono<Response<Void>> |
acceptRecommendationsWithResponseAsync(String scheduleDefinitionId, String id)
An action to accept recommendations for decision in an access review instance. |
| abstract void |
applyDecisions(String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance. |
| abstract Mono<Void> |
applyDecisionsAsync(String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance. |
| abstract Response<Void> |
applyDecisionsWithResponse(String scheduleDefinitionId, String id, Context context)
An action to apply all decisions for an access review instance. |
| abstract Mono<Response<Void>> |
applyDecisionsWithResponseAsync(String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance. |
| abstract void |
resetDecisions(String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance. |
| abstract Mono<Void> |
resetDecisionsAsync(String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance. |
| abstract Response<Void> |
resetDecisionsWithResponse(String scheduleDefinitionId, String id, Context context)
An action to reset all decisions for an access review instance. |
| abstract Mono<Response<Void>> |
resetDecisionsWithResponseAsync(String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance. |
| abstract void |
sendReminders(String scheduleDefinitionId, String id)
An action to send reminders for an access review instance. |
| abstract Mono<Void> |
sendRemindersAsync(String scheduleDefinitionId, String id)
An action to send reminders for an access review instance. |
| abstract Response<Void> |
sendRemindersWithResponse(String scheduleDefinitionId, String id, Context context)
An action to send reminders for an access review instance. |
| abstract Mono<Response<Void>> |
sendRemindersWithResponseAsync(String scheduleDefinitionId, String id)
An action to send reminders for an access review instance. |
| abstract void |
stop(String scheduleDefinitionId, String id)
An action to stop an access review instance. |
| abstract Mono<Void> |
stopAsync(String scheduleDefinitionId, String id)
An action to stop an access review instance. |
| abstract Response<Void> |
stopWithResponse(String scheduleDefinitionId, String id, Context context)
An action to stop an access review instance. |
| abstract Mono<Response<Void>> |
stopWithResponseAsync(String scheduleDefinitionId, String id)
An action to stop an access review instance. |
Method Details
acceptRecommendations
public abstract void acceptRecommendations(String scheduleDefinitionId, String id)
An action to accept recommendations for decision in an access review instance.
Parameters:
acceptRecommendationsAsync
public abstract Mono<Void> acceptRecommendationsAsync(String scheduleDefinitionId, String id)
An action to accept recommendations for decision in an access review instance.
Parameters:
Returns:
acceptRecommendationsWithResponse
public abstract Response<Void> acceptRecommendationsWithResponse(String scheduleDefinitionId, String id, Context context)
An action to accept recommendations for decision in an access review instance.
Parameters:
Returns:
acceptRecommendationsWithResponseAsync
public abstract Mono<Response<Void>> acceptRecommendationsWithResponseAsync(String scheduleDefinitionId, String id)
An action to accept recommendations for decision in an access review instance.
Parameters:
Returns:
applyDecisions
public abstract void applyDecisions(String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance.
Parameters:
applyDecisionsAsync
public abstract Mono<Void> applyDecisionsAsync(String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance.
Parameters:
Returns:
applyDecisionsWithResponse
public abstract Response<Void> applyDecisionsWithResponse(String scheduleDefinitionId, String id, Context context)
An action to apply all decisions for an access review instance.
Parameters:
Returns:
applyDecisionsWithResponseAsync
public abstract Mono<Response<Void>> applyDecisionsWithResponseAsync(String scheduleDefinitionId, String id)
An action to apply all decisions for an access review instance.
Parameters:
Returns:
resetDecisions
public abstract void resetDecisions(String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance.
Parameters:
resetDecisionsAsync
public abstract Mono<Void> resetDecisionsAsync(String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance.
Parameters:
Returns:
resetDecisionsWithResponse
public abstract Response<Void> resetDecisionsWithResponse(String scheduleDefinitionId, String id, Context context)
An action to reset all decisions for an access review instance.
Parameters:
Returns:
resetDecisionsWithResponseAsync
public abstract Mono<Response<Void>> resetDecisionsWithResponseAsync(String scheduleDefinitionId, String id)
An action to reset all decisions for an access review instance.
Parameters:
Returns:
sendReminders
public abstract void sendReminders(String scheduleDefinitionId, String id)
An action to send reminders for an access review instance.
Parameters:
sendRemindersAsync
public abstract Mono<Void> sendRemindersAsync(String scheduleDefinitionId, String id)
An action to send reminders for an access review instance.
Parameters:
Returns:
sendRemindersWithResponse
public abstract Response<Void> sendRemindersWithResponse(String scheduleDefinitionId, String id, Context context)
An action to send reminders for an access review instance.
Parameters:
Returns:
sendRemindersWithResponseAsync
public abstract Mono<Response<Void>> sendRemindersWithResponseAsync(String scheduleDefinitionId, String id)
An action to send reminders for an access review instance.
Parameters:
Returns:
stop
public abstract void stop(String scheduleDefinitionId, String id)
An action to stop an access review instance.
Parameters:
stopAsync
public abstract Mono<Void> stopAsync(String scheduleDefinitionId, String id)
An action to stop an access review instance.
Parameters:
Returns:
stopWithResponse
public abstract Response<Void> stopWithResponse(String scheduleDefinitionId, String id, Context context)
An action to stop an access review instance.
Parameters:
Returns:
stopWithResponseAsync
public abstract Mono<Response<Void>> stopWithResponseAsync(String scheduleDefinitionId, String id)
An action to stop an access review instance.
Parameters:
Returns: