Uses of Class
software.amazon.awssdk.services.opensearch.model.ListApplicationsResponse
-
Packages that use ListApplicationsResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.paginators -
-
Uses of ListApplicationsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return ListApplicationsResponse Modifier and Type Method Description default ListApplicationsResponseOpenSearchClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)List all OpenSearch Applications under your account.default ListApplicationsResponseOpenSearchClient. listApplications(ListApplicationsRequest listApplicationsRequest)List all OpenSearch Applications under your account.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>OpenSearchAsyncClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)List all OpenSearch Applications under your account.default CompletableFuture<ListApplicationsResponse>OpenSearchAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)List all OpenSearch Applications under your account. -
Uses of ListApplicationsResponse in software.amazon.awssdk.services.opensearch.paginators
Methods in software.amazon.awssdk.services.opensearch.paginators that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description Iterator<ListApplicationsResponse>ListApplicationsIterable. iterator()Method parameters in software.amazon.awssdk.services.opensearch.paginators with type arguments of type ListApplicationsResponse Modifier and Type Method Description voidListApplicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApplicationsResponse> subscriber)
-