| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless |
Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
security policies.
|
| software.amazon.awssdk.services.opensearchserverless.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListVpcEndpointsResponse |
OpenSearchServerlessClient.listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> listVpcEndpointsRequest)
Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.
|
default ListVpcEndpointsResponse |
OpenSearchServerlessClient.listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)
Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListVpcEndpointsResponse> |
OpenSearchServerlessAsyncClient.listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> listVpcEndpointsRequest)
Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.
|
default CompletableFuture<ListVpcEndpointsResponse> |
OpenSearchServerlessAsyncClient.listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)
Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListVpcEndpointsResponse> |
ListVpcEndpointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListVpcEndpointsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListVpcEndpointsResponse> subscriber) |
Copyright © 2023. All rights reserved.