Uses of Interface
software.amazon.awssdk.services.opensearchserverless.model.BatchGetVpcEndpointRequest.Builder
-
Packages that use BatchGetVpcEndpointRequest.Builder 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.model -
-
Uses of BatchGetVpcEndpointRequest.Builder in software.amazon.awssdk.services.opensearchserverless
Method parameters in software.amazon.awssdk.services.opensearchserverless with type arguments of type BatchGetVpcEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetVpcEndpointResponse>OpenSearchServerlessAsyncClient. batchGetVpcEndpoint(Consumer<BatchGetVpcEndpointRequest.Builder> batchGetVpcEndpointRequest)Returns attributes for one or more VPC endpoints associated with the current account.default BatchGetVpcEndpointResponseOpenSearchServerlessClient. batchGetVpcEndpoint(Consumer<BatchGetVpcEndpointRequest.Builder> batchGetVpcEndpointRequest)Returns attributes for one or more VPC endpoints associated with the current account. -
Uses of BatchGetVpcEndpointRequest.Builder in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return BatchGetVpcEndpointRequest.Builder Modifier and Type Method Description static BatchGetVpcEndpointRequest.BuilderBatchGetVpcEndpointRequest. builder()BatchGetVpcEndpointRequest.BuilderBatchGetVpcEndpointRequest.Builder. ids(String... ids)A list of VPC endpoint identifiers.BatchGetVpcEndpointRequest.BuilderBatchGetVpcEndpointRequest.Builder. ids(Collection<String> ids)A list of VPC endpoint identifiers.BatchGetVpcEndpointRequest.BuilderBatchGetVpcEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetVpcEndpointRequest.BuilderBatchGetVpcEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetVpcEndpointRequest.BuilderBatchGetVpcEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type BatchGetVpcEndpointRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetVpcEndpointRequest.Builder>BatchGetVpcEndpointRequest. serializableBuilderClass()
-