Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateIpamScopeResult> |
AbstractAmazonEC2Async.createIpamScopeAsync(CreateIpamScopeRequest request,
AsyncHandler<CreateIpamScopeRequest,CreateIpamScopeResult> asyncHandler) |
Future<CreateIpamScopeResult> |
AmazonEC2AsyncClient.createIpamScopeAsync(CreateIpamScopeRequest request,
AsyncHandler<CreateIpamScopeRequest,CreateIpamScopeResult> asyncHandler) |
Future<CreateIpamScopeResult> |
AmazonEC2Async.createIpamScopeAsync(CreateIpamScopeRequest createIpamScopeRequest,
AsyncHandler<CreateIpamScopeRequest,CreateIpamScopeResult> asyncHandler)
Create an IPAM scope.
|
Modifier and Type | Method and Description |
---|---|
CreateIpamScopeRequest |
CreateIpamScopeRequest.clone() |
CreateIpamScopeRequest |
CreateIpamScopeRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamScopeRequest |
CreateIpamScopeRequest.withDescription(String description)
A description for the scope you're creating.
|
CreateIpamScopeRequest |
CreateIpamScopeRequest.withIpamId(String ipamId)
The ID of the IPAM for which you're creating this scope.
|
CreateIpamScopeRequest |
CreateIpamScopeRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamScopeRequest |
CreateIpamScopeRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateIpamScopeRequest> |
CreateIpamScopeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.