Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDefaultSubnetResult> |
AmazonEC2Async.createDefaultSubnetAsync(CreateDefaultSubnetRequest createDefaultSubnetRequest,
AsyncHandler<CreateDefaultSubnetRequest,CreateDefaultSubnetResult> asyncHandler)
Creates a default subnet with a size
/20 IPv4 CIDR block in the specified Availability Zone in your
default VPC. |
Future<CreateDefaultSubnetResult> |
AmazonEC2AsyncClient.createDefaultSubnetAsync(CreateDefaultSubnetRequest request,
AsyncHandler<CreateDefaultSubnetRequest,CreateDefaultSubnetResult> asyncHandler) |
Future<CreateDefaultSubnetResult> |
AbstractAmazonEC2Async.createDefaultSubnetAsync(CreateDefaultSubnetRequest request,
AsyncHandler<CreateDefaultSubnetRequest,CreateDefaultSubnetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDefaultSubnetRequest |
CreateDefaultSubnetRequest.clone() |
CreateDefaultSubnetRequest |
CreateDefaultSubnetRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone in which to create the default subnet.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateDefaultSubnetRequest> |
CreateDefaultSubnetRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.