| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
IpamResourceTag |
IpamResourceTag.clone() |
IpamResourceTag |
IpamResourceTag.withKey(String key)
The key of a tag assigned to the resource.
|
IpamResourceTag |
IpamResourceTag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpamResourceTag> |
IpamPool.getAllocationResourceTags()
Tags that are required for resources that use CIDRs from this IPAM pool.
|
List<IpamResourceTag> |
IpamResourceCidr.getResourceTags()
The tags for an IPAM resource.
|
| Modifier and Type | Method and Description |
|---|---|
IpamPool |
IpamPool.withAllocationResourceTags(IpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamResourceCidr |
IpamResourceCidr.withResourceTags(IpamResourceTag... resourceTags)
The tags for an IPAM resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpamPool.setAllocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
void |
IpamResourceCidr.setResourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
|
IpamPool |
IpamPool.withAllocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamResourceCidr |
IpamResourceCidr.withResourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
|
Copyright © 2023. All rights reserved.