Uses of Class
com.amazonaws.services.ec2.model.CreateVpcEndpointRequest
-
Packages that use CreateVpcEndpointRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateVpcEndpointRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcEndpointRequest Modifier and Type Method Description Future<CreateVpcEndpointResult>
AbstractAmazonEC2Async. createVpcEndpointAsync(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
Future<CreateVpcEndpointResult>
AmazonEC2Async. createVpcEndpointAsync(CreateVpcEndpointRequest createVpcEndpointRequest, AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
Creates a VPC endpoint for a specified AWS service.Future<CreateVpcEndpointResult>
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 CreateVpcEndpointRequest Modifier and Type Method Description CreateVpcEndpointRequest
CreateVpcEndpointRequest. clone()
CreateVpcEndpointRequest
CreateVpcEndpointRequest. withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateVpcEndpointRequest
CreateVpcEndpointRequest. withPolicyDocument(String policyDocument)
A policy to attach to the endpoint that controls access to the service.CreateVpcEndpointRequest
CreateVpcEndpointRequest. withRouteTableIds(String... routeTableIds)
One or more route table IDs.CreateVpcEndpointRequest
CreateVpcEndpointRequest. withRouteTableIds(Collection<String> routeTableIds)
One or more route table IDs.CreateVpcEndpointRequest
CreateVpcEndpointRequest. withServiceName(String serviceName)
The AWS service name, in the formcom.amazonaws.region.service
.CreateVpcEndpointRequest
CreateVpcEndpointRequest. withVpcId(String vpcId)
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 CreateVpcEndpointRequest Modifier and Type Method Description Request<CreateVpcEndpointRequest>
CreateVpcEndpointRequest. getDryRunRequest()
This method is intended for internal use only.
-