Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateVpcEndpointResult> |
AmazonEC2Async.createVpcEndpointAsync(CreateVpcEndpointRequest createVpcEndpointRequest,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
Creates a VPC endpoint for a specified AWS service.
|
Future<CreateVpcEndpointResult> |
AbstractAmazonEC2Async.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
Future<CreateVpcEndpointResult> |
AmazonEC2AsyncClient.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
Modifier and Type | Method and 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(Collection<String> routeTableIds)
One or more route table IDs.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withRouteTableIds(String... routeTableIds)
One or more route table IDs.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withServiceName(String serviceName)
The AWS service name, in the form
com.amazonaws.region.service . |
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withVpcId(String vpcId)
The ID of the VPC in which the endpoint will be used.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcEndpointRequest> |
CreateVpcEndpointRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2017. All rights reserved.