Uses of Class
software.amazon.awssdk.services.ec2.model.IpamResourceTag
Packages that use IpamResourceTag
-
Uses of IpamResourceTag in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamResourceTagModifier and TypeMethodDescriptionfinal IpamResourceTagIpamPrefixListResolverRuleCondition.resourceTag()A tag key-value pair to match against.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamResourceTagModifier and TypeMethodDescriptionfinal List<IpamResourceTag>IpamPool.allocationResourceTags()Tags that are required for resources that use CIDRs from this IPAM pool.final List<IpamResourceTag>IpamDiscoveredResourceCidr.resourceTags()The resource tags.final List<IpamResourceTag>IpamResourceCidr.resourceTags()The tags for an IPAM resource.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamResourceTagModifier and TypeMethodDescriptionIpamPool.Builder.allocationResourceTags(IpamResourceTag... allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.IpamPrefixListResolverRuleCondition.Builder.resourceTag(IpamResourceTag resourceTag) A tag key-value pair to match against.IpamDiscoveredResourceCidr.Builder.resourceTags(IpamResourceTag... resourceTags) The resource tags.IpamResourceCidr.Builder.resourceTags(IpamResourceTag... resourceTags) The tags for an IPAM resource.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamResourceTagModifier and TypeMethodDescriptionIpamPool.Builder.allocationResourceTags(Collection<IpamResourceTag> allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.IpamDiscoveredResourceCidr.Builder.resourceTags(Collection<IpamResourceTag> resourceTags) The resource tags.IpamResourceCidr.Builder.resourceTags(Collection<IpamResourceTag> resourceTags) The tags for an IPAM resource.