| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
RequestIpamResourceTag |
RequestIpamResourceTag.clone() |
RequestIpamResourceTag |
GetIpamResourceCidrsRequest.getResourceTag() |
RequestIpamResourceTag |
RequestIpamResourceTag.withKey(String key)
The key of a tag assigned to the resource.
|
RequestIpamResourceTag |
RequestIpamResourceTag.withValue(String value)
The value for the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequestIpamResourceTag> |
ModifyIpamPoolRequest.getAddAllocationResourceTags()
Add tag allocation rules to a pool.
|
List<RequestIpamResourceTag> |
CreateIpamPoolRequest.getAllocationResourceTags()
Tags that are required for resources that use CIDRs from this IPAM pool.
|
List<RequestIpamResourceTag> |
ModifyIpamPoolRequest.getRemoveAllocationResourceTags()
Remove tag allocation rules from a pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIpamResourceCidrsRequest.setResourceTag(RequestIpamResourceTag resourceTag) |
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withAddAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags)
Add tag allocation rules to a pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAllocationResourceTags(RequestIpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withRemoveAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
GetIpamResourceCidrsRequest |
GetIpamResourceCidrsRequest.withResourceTag(RequestIpamResourceTag resourceTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyIpamPoolRequest.setAddAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool.
|
void |
CreateIpamPoolRequest.setAllocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
void |
ModifyIpamPoolRequest.setRemoveAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withAddAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAllocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withRemoveAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
Copyright © 2021. All rights reserved.