Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPageResolutionsRequest
-
Packages that use ListPageResolutionsRequest 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.paginators software.amazon.awssdk.services.ssmcontacts.transform -
-
Uses of ListPageResolutionsRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListPageResolutionsRequest Modifier and Type Method Description default CompletableFuture<ListPageResolutionsResponse>SsmContactsAsyncClient. listPageResolutions(ListPageResolutionsRequest listPageResolutionsRequest)Returns the resolution path of an engagement.default ListPageResolutionsResponseSsmContactsClient. listPageResolutions(ListPageResolutionsRequest listPageResolutionsRequest)Returns the resolution path of an engagement.default ListPageResolutionsPublisherSsmContactsAsyncClient. listPageResolutionsPaginator(ListPageResolutionsRequest listPageResolutionsRequest)Returns the resolution path of an engagement.default ListPageResolutionsIterableSsmContactsClient. listPageResolutionsPaginator(ListPageResolutionsRequest listPageResolutionsRequest)Returns the resolution path of an engagement. -
Uses of ListPageResolutionsRequest in software.amazon.awssdk.services.ssmcontacts.paginators
Constructors in software.amazon.awssdk.services.ssmcontacts.paginators with parameters of type ListPageResolutionsRequest Constructor Description ListPageResolutionsIterable(SsmContactsClient client, ListPageResolutionsRequest firstRequest)ListPageResolutionsPublisher(SsmContactsAsyncClient client, ListPageResolutionsRequest firstRequest) -
Uses of ListPageResolutionsRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListPageResolutionsRequest Modifier and Type Method Description SdkHttpFullRequestListPageResolutionsRequestMarshaller. marshall(ListPageResolutionsRequest listPageResolutionsRequest)
-