| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
RequestIpamResourceTag |
GetIpamResourceCidrsRequest.resourceTag()
The resource tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequestIpamResourceTag> |
ModifyIpamPoolRequest.addAllocationResourceTags()
Add tag allocation rules to a pool.
|
List<RequestIpamResourceTag> |
CreateIpamPoolRequest.allocationResourceTags()
Tags that are required for resources that use CIDRs from this IPAM pool.
|
List<RequestIpamResourceTag> |
ModifyIpamPoolRequest.removeAllocationResourceTags()
Remove tag allocation rules from a pool.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.addAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags)
Add tag allocation rules to a pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationResourceTags(RequestIpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
GetIpamResourceCidrsRequest.Builder |
GetIpamResourceCidrsRequest.Builder.resourceTag(RequestIpamResourceTag resourceTag)
The resource tag.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.addAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
ModifyIpamPoolRequest.Builder |
ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
Copyright © 2022. All rights reserved.