Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreatePublicIpv4PoolResult> |
AmazonEC2AsyncClient.createPublicIpv4PoolAsync(CreatePublicIpv4PoolRequest request,
AsyncHandler<CreatePublicIpv4PoolRequest,CreatePublicIpv4PoolResult> asyncHandler) |
Future<CreatePublicIpv4PoolResult> |
AmazonEC2Async.createPublicIpv4PoolAsync(CreatePublicIpv4PoolRequest createPublicIpv4PoolRequest,
AsyncHandler<CreatePublicIpv4PoolRequest,CreatePublicIpv4PoolResult> asyncHandler)
Creates a public IPv4 address pool.
|
Future<CreatePublicIpv4PoolResult> |
AbstractAmazonEC2Async.createPublicIpv4PoolAsync(CreatePublicIpv4PoolRequest request,
AsyncHandler<CreatePublicIpv4PoolRequest,CreatePublicIpv4PoolResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePublicIpv4PoolRequest |
CreatePublicIpv4PoolRequest.clone() |
CreatePublicIpv4PoolRequest |
CreatePublicIpv4PoolRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreatePublicIpv4PoolRequest |
CreatePublicIpv4PoolRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
Request<CreatePublicIpv4PoolRequest> |
CreatePublicIpv4PoolRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.