Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointResponse.Builder
-
Packages that use CreateVpcEndpointResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateVpcEndpointResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcEndpointResponse.Builder Modifier and Type Method Description static CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse. builder()CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse. toBuilder()default CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse.Builder. vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)Information about the endpoint.CreateVpcEndpointResponse.BuilderCreateVpcEndpointResponse.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)Information about the endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcEndpointResponse.Builder Modifier and Type Method Description static Class<? extends CreateVpcEndpointResponse.Builder>CreateVpcEndpointResponse. serializableBuilderClass()
-