Uses of Interface
software.amazon.awssdk.services.opensearch.model.CreateVpcEndpointResponse.Builder
-
Packages that use CreateVpcEndpointResponse.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of CreateVpcEndpointResponse.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return CreateVpcEndpointResponse.Builder Modifier and Type Method Description static CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse. builder()CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse. toBuilder()default CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse.Builder. vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)Information about the newly created VPC endpoint.CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)Information about the newly created VPC endpoint.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type CreateVpcEndpointResponse.Builder Modifier and Type Method Description static Class<? extends CreateVpcEndpointResponse.Builder>CreateVpcEndpointResponse. serializableBuilderClass()
-