Uses of Interface
software.amazon.awssdk.services.opensearch.model.CreateVpcEndpointRequest.Builder
-
Packages that use CreateVpcEndpointRequest.Builder 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.model -
-
Uses of CreateVpcEndpointRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type CreateVpcEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateVpcEndpointResponse>OpenSearchAsyncClient. createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)Creates an Amazon OpenSearch Service-managed VPC endpoint.default CreateVpcEndpointResponseOpenSearchClient. createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)Creates an Amazon OpenSearch Service-managed VPC endpoint. -
Uses of CreateVpcEndpointRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return CreateVpcEndpointRequest.Builder Modifier and Type Method Description static CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest. builder()CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier to ensure idempotency of the request.CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. domainArn(String domainArn)The Amazon Resource Name (ARN) of the domain to create the endpoint for.CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest. toBuilder()default CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. vpcOptions(Consumer<VPCOptions.Builder> vpcOptions)Options to specify the subnets and security groups for the endpoint.CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. vpcOptions(VPCOptions vpcOptions)Options to specify the subnets and security groups for the endpoint.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type CreateVpcEndpointRequest.Builder Modifier and Type Method Description static Class<? extends CreateVpcEndpointRequest.Builder>CreateVpcEndpointRequest. serializableBuilderClass()
-