Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.GetRotationResponse
-
Packages that use GetRotationResponse Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. -
-
Uses of GetRotationResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return GetRotationResponse Modifier and Type Method Description default GetRotationResponseSsmContactsClient. getRotation(Consumer<GetRotationRequest.Builder> getRotationRequest)Retrieves information about an on-call rotation.default GetRotationResponseSsmContactsClient. getRotation(GetRotationRequest getRotationRequest)Retrieves information about an on-call rotation.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type GetRotationResponse Modifier and Type Method Description default CompletableFuture<GetRotationResponse>SsmContactsAsyncClient. getRotation(Consumer<GetRotationRequest.Builder> getRotationRequest)Retrieves information about an on-call rotation.default CompletableFuture<GetRotationResponse>SsmContactsAsyncClient. getRotation(GetRotationRequest getRotationRequest)Retrieves information about an on-call rotation.
-