Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.DeleteRotationResponse
-
Packages that use DeleteRotationResponse 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 DeleteRotationResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return DeleteRotationResponse Modifier and Type Method Description default DeleteRotationResponseSsmContactsClient. deleteRotation(Consumer<DeleteRotationRequest.Builder> deleteRotationRequest)Deletes a rotation from the system.default DeleteRotationResponseSsmContactsClient. deleteRotation(DeleteRotationRequest deleteRotationRequest)Deletes a rotation from the system.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type DeleteRotationResponse Modifier and Type Method Description default CompletableFuture<DeleteRotationResponse>SsmContactsAsyncClient. deleteRotation(Consumer<DeleteRotationRequest.Builder> deleteRotationRequest)Deletes a rotation from the system.default CompletableFuture<DeleteRotationResponse>SsmContactsAsyncClient. deleteRotation(DeleteRotationRequest deleteRotationRequest)Deletes a rotation from the system.
-