Uses of Class
com.amazonaws.services.ec2.model.CreateVpcEndpointRequest
Packages that use CreateVpcEndpointRequest
-
Uses of CreateVpcEndpointRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpcEndpointRequestModifier 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.AbstractAmazonEC2Async.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 CreateVpcEndpointRequestModifier 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 CreateVpcEndpointRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpcEndpointRequestModifier and TypeMethodDescriptionCreateVpcEndpointRequest.clone()
CreateVpcEndpointRequest.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateVpcEndpointRequest.withPolicyDocument
(String policyDocument) A policy to attach to the endpoint that controls access to the service.CreateVpcEndpointRequest.withRouteTableIds
(String... routeTableIds) One or more route table IDs.CreateVpcEndpointRequest.withRouteTableIds
(Collection<String> routeTableIds) One or more route table IDs.CreateVpcEndpointRequest.withServiceName
(String serviceName) The AWS service name, in the formcom.amazonaws.region.service
.The ID of the VPC in which the endpoint will be used.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpcEndpointRequestModifier and TypeMethodDescriptionCreateVpcEndpointRequest.getDryRunRequest()
This method is intended for internal use only.