Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.DescribePageResponse
-
Packages that use DescribePageResponse 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 DescribePageResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return DescribePageResponse Modifier and Type Method Description default DescribePageResponseSsmContactsClient. describePage(Consumer<DescribePageRequest.Builder> describePageRequest)Lists details of the engagement to a contact channel.default DescribePageResponseSsmContactsClient. describePage(DescribePageRequest describePageRequest)Lists details of the engagement to a contact channel.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type DescribePageResponse Modifier and Type Method Description default CompletableFuture<DescribePageResponse>SsmContactsAsyncClient. describePage(Consumer<DescribePageRequest.Builder> describePageRequest)Lists details of the engagement to a contact channel.default CompletableFuture<DescribePageResponse>SsmContactsAsyncClient. describePage(DescribePageRequest describePageRequest)Lists details of the engagement to a contact channel.
-