Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateCoipPoolResult> |
AbstractAmazonEC2Async.createCoipPoolAsync(CreateCoipPoolRequest request,
AsyncHandler<CreateCoipPoolRequest,CreateCoipPoolResult> asyncHandler) |
Future<CreateCoipPoolResult> |
AmazonEC2AsyncClient.createCoipPoolAsync(CreateCoipPoolRequest request,
AsyncHandler<CreateCoipPoolRequest,CreateCoipPoolResult> asyncHandler) |
Future<CreateCoipPoolResult> |
AmazonEC2Async.createCoipPoolAsync(CreateCoipPoolRequest createCoipPoolRequest,
AsyncHandler<CreateCoipPoolRequest,CreateCoipPoolResult> asyncHandler)
Creates a pool of customer-owned IP (CoIP) addresses.
|
Modifier and Type | Method and Description |
---|---|
CreateCoipPoolRequest |
CreateCoipPoolRequest.clone() |
CreateCoipPoolRequest |
CreateCoipPoolRequest.withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateCoipPoolRequest |
CreateCoipPoolRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the CoIP address pool.
|
CreateCoipPoolRequest |
CreateCoipPoolRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the CoIP address pool.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateCoipPoolRequest> |
CreateCoipPoolRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2024. All rights reserved.