Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateVpcResult |
AmazonEC2Client.createVpc(CreateVpcRequest request)
Creates a VPC with the specified IPv4 CIDR block.
|
CreateVpcResult |
AbstractAmazonEC2.createVpc(CreateVpcRequest request) |
CreateVpcResult |
AmazonEC2.createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request) |
Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request) |
Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
Creates a VPC with the specified IPv4 CIDR block.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
Creates a VPC with the specified IPv4 CIDR block.
|
Modifier and Type | Method and Description |
---|---|
CreateVpcRequest |
CreateVpcRequest.clone() |
CreateVpcRequest |
CreateVpcRequest.withAmazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock)
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
CreateVpcRequest |
CreateVpcRequest.withCidrBlock(String cidrBlock)
The IPv4 network range for the VPC, in CIDR notation.
|
CreateVpcRequest |
CreateVpcRequest.withInstanceTenancy(String instanceTenancy)
The tenancy options for instances launched into the VPC.
|
CreateVpcRequest |
CreateVpcRequest.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy options for instances launched into the VPC.
|
CreateVpcRequest |
CreateVpcRequest.withIpv4IpamPoolId(String ipv4IpamPoolId)
The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR.
|
CreateVpcRequest |
CreateVpcRequest.withIpv4NetmaskLength(Integer ipv4NetmaskLength)
The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM)
pool.
|
CreateVpcRequest |
CreateVpcRequest.withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block from the IPv6 address pool.
|
CreateVpcRequest |
CreateVpcRequest.withIpv6CidrBlockNetworkBorderGroup(String ipv6CidrBlockNetworkBorderGroup)
The name of the location from which we advertise the IPV6 CIDR block.
|
CreateVpcRequest |
CreateVpcRequest.withIpv6IpamPoolId(String ipv6IpamPoolId)
The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 CIDR.
|
CreateVpcRequest |
CreateVpcRequest.withIpv6NetmaskLength(Integer ipv6NetmaskLength)
The netmask length of the IPv6 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM)
pool.
|
CreateVpcRequest |
CreateVpcRequest.withIpv6Pool(String ipv6Pool)
The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
|
CreateVpcRequest |
CreateVpcRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the VPC.
|
CreateVpcRequest |
CreateVpcRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcRequest> |
CreateVpcRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.