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