Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.CreateRotationResponse
-
Packages that use CreateRotationResponse 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 CreateRotationResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return CreateRotationResponse Modifier and Type Method Description default CreateRotationResponseSsmContactsClient. createRotation(Consumer<CreateRotationRequest.Builder> createRotationRequest)Creates a rotation in an on-call schedule.default CreateRotationResponseSsmContactsClient. createRotation(CreateRotationRequest createRotationRequest)Creates a rotation in an on-call schedule.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type CreateRotationResponse Modifier and Type Method Description default CompletableFuture<CreateRotationResponse>SsmContactsAsyncClient. createRotation(Consumer<CreateRotationRequest.Builder> createRotationRequest)Creates a rotation in an on-call schedule.default CompletableFuture<CreateRotationResponse>SsmContactsAsyncClient. createRotation(CreateRotationRequest createRotationRequest)Creates a rotation in an on-call schedule.
-