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