Uses of Class
com.amazonaws.services.ec2.model.CreateVpcEndpointResult
Packages that use CreateVpcEndpointResult
-
Uses of CreateVpcEndpointResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateVpcEndpointResultModifier and TypeMethodDescriptionAbstractAmazonEC2.createVpcEndpoint
(CreateVpcEndpointRequest request) AmazonEC2.createVpcEndpoint
(CreateVpcEndpointRequest createVpcEndpointRequest) Creates a VPC endpoint for a specified AWS service.AmazonEC2Client.createVpcEndpoint
(CreateVpcEndpointRequest createVpcEndpointRequest) Creates a VPC endpoint for a specified AWS service.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVpcEndpointResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVpcEndpointAsync
(CreateVpcEndpointRequest request) AbstractAmazonEC2Async.createVpcEndpointAsync
(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest, CreateVpcEndpointResult> asyncHandler) AmazonEC2Async.createVpcEndpointAsync
(CreateVpcEndpointRequest createVpcEndpointRequest) Creates a VPC endpoint for a specified AWS service.AmazonEC2Async.createVpcEndpointAsync
(CreateVpcEndpointRequest createVpcEndpointRequest, AsyncHandler<CreateVpcEndpointRequest, CreateVpcEndpointResult> asyncHandler) Creates a VPC endpoint for a specified AWS service.AmazonEC2AsyncClient.createVpcEndpointAsync
(CreateVpcEndpointRequest request) AmazonEC2AsyncClient.createVpcEndpointAsync
(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest, CreateVpcEndpointResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcEndpointResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVpcEndpointAsync
(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest, CreateVpcEndpointResult> asyncHandler) AmazonEC2Async.createVpcEndpointAsync
(CreateVpcEndpointRequest createVpcEndpointRequest, AsyncHandler<CreateVpcEndpointRequest, CreateVpcEndpointResult> asyncHandler) Creates a VPC endpoint for a specified AWS service.AmazonEC2AsyncClient.createVpcEndpointAsync
(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest, CreateVpcEndpointResult> asyncHandler) -
Uses of CreateVpcEndpointResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpcEndpointResultModifier and TypeMethodDescriptionCreateVpcEndpointResult.clone()
CreateVpcEndpointResult.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateVpcEndpointResult.withVpcEndpoint
(VpcEndpoint vpcEndpoint) Information about the endpoint.