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.
|
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.withDnsOptions(DnsOptionsSpecification dnsOptions)
The DNS options for the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withIpAddressType(String ipAddressType)
The IP address type for the endpoint.
|
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) The route table IDs.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withRouteTableIds(String... routeTableIds)
(Gateway endpoint) The route table IDs.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSecurityGroupIds(String... securityGroupIds)
(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withServiceName(String serviceName)
The name of the endpoint service.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)
The subnet configurations for the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetConfigurations(SubnetConfiguration... subnetConfigurations)
The subnet configurations for the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetIds(Collection<String> subnetIds)
(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint network
interfaces.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetIds(String... subnetIds)
(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint network
interfaces.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcEndpointRequest> |
CreateVpcEndpointRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.