| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<IpamResourceTag> |
IpamPool.allocationResourceTags()
Tags that are required for resources that use CIDRs from this IPAM pool.
|
List<IpamResourceTag> |
IpamDiscoveredResourceCidr.resourceTags()
The resource tags.
|
List<IpamResourceTag> |
IpamResourceCidr.resourceTags()
The tags for an IPAM resource.
|
| Modifier and Type | Method and Description |
|---|---|
IpamPool.Builder |
IpamPool.Builder.allocationResourceTags(IpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamDiscoveredResourceCidr.Builder |
IpamDiscoveredResourceCidr.Builder.resourceTags(IpamResourceTag... resourceTags)
The resource tags.
|
IpamResourceCidr.Builder |
IpamResourceCidr.Builder.resourceTags(IpamResourceTag... resourceTags)
The tags for an IPAM resource.
|
| Modifier and Type | Method and Description |
|---|---|
IpamPool.Builder |
IpamPool.Builder.allocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamDiscoveredResourceCidr.Builder |
IpamDiscoveredResourceCidr.Builder.resourceTags(Collection<IpamResourceTag> resourceTags)
The resource tags.
|
IpamResourceCidr.Builder |
IpamResourceCidr.Builder.resourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
|
Copyright © 2023. All rights reserved.