Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.UpdateRotationResponse
-
Packages that use UpdateRotationResponse 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 UpdateRotationResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return UpdateRotationResponse Modifier and Type Method Description default UpdateRotationResponseSsmContactsClient. updateRotation(Consumer<UpdateRotationRequest.Builder> updateRotationRequest)Updates the information specified for an on-call rotation.default UpdateRotationResponseSsmContactsClient. updateRotation(UpdateRotationRequest updateRotationRequest)Updates the information specified for an on-call rotation.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type UpdateRotationResponse Modifier and Type Method Description default CompletableFuture<UpdateRotationResponse>SsmContactsAsyncClient. updateRotation(Consumer<UpdateRotationRequest.Builder> updateRotationRequest)Updates the information specified for an on-call rotation.default CompletableFuture<UpdateRotationResponse>SsmContactsAsyncClient. updateRotation(UpdateRotationRequest updateRotationRequest)Updates the information specified for an on-call rotation.
-