Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.GetRotationOverrideResponse
-
Packages that use GetRotationOverrideResponse 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 GetRotationOverrideResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return GetRotationOverrideResponse Modifier and Type Method Description default GetRotationOverrideResponseSsmContactsClient. getRotationOverride(Consumer<GetRotationOverrideRequest.Builder> getRotationOverrideRequest)Retrieves information about an override to an on-call rotation.default GetRotationOverrideResponseSsmContactsClient. getRotationOverride(GetRotationOverrideRequest getRotationOverrideRequest)Retrieves information about an override to an on-call rotation.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type GetRotationOverrideResponse Modifier and Type Method Description default CompletableFuture<GetRotationOverrideResponse>SsmContactsAsyncClient. getRotationOverride(Consumer<GetRotationOverrideRequest.Builder> getRotationOverrideRequest)Retrieves information about an override to an on-call rotation.default CompletableFuture<GetRotationOverrideResponse>SsmContactsAsyncClient. getRotationOverride(GetRotationOverrideRequest getRotationOverrideRequest)Retrieves information about an override to an on-call rotation.
-