Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.AcceptPageRequest
-
Packages that use AcceptPageRequest 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 AcceptPageRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type AcceptPageRequest Modifier and Type Method Description default CompletableFuture<AcceptPageResponse>SsmContactsAsyncClient. acceptPage(AcceptPageRequest acceptPageRequest)Used to acknowledge an engagement to a contact channel during an incident.default AcceptPageResponseSsmContactsClient. acceptPage(AcceptPageRequest acceptPageRequest)Used to acknowledge an engagement to a contact channel during an incident. -
Uses of AcceptPageRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type AcceptPageRequest Modifier and Type Method Description SdkHttpFullRequestAcceptPageRequestMarshaller. marshall(AcceptPageRequest acceptPageRequest)
-