Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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 service.
|
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 that you provide to ensure the idempotency of the request.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withPolicyDocument(String policyDocument)
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withPrivateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withRouteTableIds(Collection<String> routeTableIds)
(Gateway endpoint) One or more route table IDs.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withRouteTableIds(String... routeTableIds)
(Gateway endpoint) One or more route table IDs.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSecurityGroupIds(String... securityGroupIds)
(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withServiceName(String serviceName)
The service name.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetIds(Collection<String> subnetIds)
(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint
network interface.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetIds(String... subnetIds)
(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint
network interface.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to associate with the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to associate with the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withVpcEndpointType(String vpcEndpointType)
The type of endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withVpcEndpointType(VpcEndpointType vpcEndpointType)
The type of endpoint.
|
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 © 2021. All rights reserved.