Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPageResolutionsResponse
-
Packages that use ListPageResolutionsResponse 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 -
-
Uses of ListPageResolutionsResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListPageResolutionsResponse Modifier and Type Method Description default ListPageResolutionsResponseSsmContactsClient. listPageResolutions(Consumer<ListPageResolutionsRequest.Builder> listPageResolutionsRequest)Returns the resolution path of an engagement.default ListPageResolutionsResponseSsmContactsClient. listPageResolutions(ListPageResolutionsRequest listPageResolutionsRequest)Returns the resolution path of an engagement.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListPageResolutionsResponse Modifier and Type Method Description default CompletableFuture<ListPageResolutionsResponse>SsmContactsAsyncClient. listPageResolutions(Consumer<ListPageResolutionsRequest.Builder> listPageResolutionsRequest)Returns the resolution path of an engagement.default CompletableFuture<ListPageResolutionsResponse>SsmContactsAsyncClient. listPageResolutions(ListPageResolutionsRequest listPageResolutionsRequest)Returns the resolution path of an engagement. -
Uses of ListPageResolutionsResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListPageResolutionsResponse Modifier and Type Method Description Iterator<ListPageResolutionsResponse>ListPageResolutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListPageResolutionsResponse Modifier and Type Method Description voidListPageResolutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPageResolutionsResponse> subscriber)
-