| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifyIpamPoolResponse |
Ec2Client.modifyIpamPool(Consumer<ModifyIpamPoolRequest.Builder> modifyIpamPoolRequest)
Modify the configurations of an IPAM pool.
|
default CompletableFuture<ModifyIpamPoolResponse> |
Ec2AsyncClient.modifyIpamPool(Consumer<ModifyIpamPoolRequest.Builder> modifyIpamPoolRequest)
Modify the configurations of an IPAM pool.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.addAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.addAllocationResourceTags(Consumer<RequestIpamResourceTag.Builder>... addAllocationResourceTags)
Add tag allocation rules to a pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.addAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags)
Add tag allocation rules to a pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.allocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.allocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.allocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.autoImport(Boolean autoImport)
If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically
import them as allocations into your IPAM.
|
static ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.builder() |
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.clearAllocationDefaultNetmaskLength(Boolean clearAllocationDefaultNetmaskLength)
Clear the default netmask length allocation rule for this pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.description(String description)
The description of the IPAM pool you want to modify.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.ipamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to modify.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(Consumer<RequestIpamResourceTag.Builder>... removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyIpamPoolRequest.Builder> |
ModifyIpamPoolRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.