Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateIpamResult> |
AbstractAmazonEC2Async.createIpamAsync(CreateIpamRequest request,
AsyncHandler<CreateIpamRequest,CreateIpamResult> asyncHandler) |
Future<CreateIpamResult> |
AmazonEC2AsyncClient.createIpamAsync(CreateIpamRequest request,
AsyncHandler<CreateIpamRequest,CreateIpamResult> asyncHandler) |
Future<CreateIpamResult> |
AmazonEC2Async.createIpamAsync(CreateIpamRequest createIpamRequest,
AsyncHandler<CreateIpamRequest,CreateIpamResult> asyncHandler)
Create an IPAM.
|
Modifier and Type | Method and Description |
---|---|
CreateIpamRequest |
CreateIpamRequest.clone() |
CreateIpamRequest |
CreateIpamRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamRequest |
CreateIpamRequest.withDescription(String description)
A description for the IPAM.
|
CreateIpamRequest |
CreateIpamRequest.withOperatingRegions(AddIpamOperatingRegion... operatingRegions)
The operating Regions for the IPAM.
|
CreateIpamRequest |
CreateIpamRequest.withOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
The operating Regions for the IPAM.
|
CreateIpamRequest |
CreateIpamRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamRequest |
CreateIpamRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateIpamRequest> |
CreateIpamRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.