Uses of Class
software.amazon.awssdk.services.ec2.model.RequestIpamResourceTag
Packages that use RequestIpamResourceTag
-
Uses of RequestIpamResourceTag in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RequestIpamResourceTagModifier and TypeMethodDescriptionfinal RequestIpamResourceTagGetIpamResourceCidrsRequest.resourceTag()The resource tag.final RequestIpamResourceTagIpamPrefixListResolverRuleConditionRequest.resourceTag()A tag key-value pair to match against.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RequestIpamResourceTagModifier and TypeMethodDescriptionfinal List<RequestIpamResourceTag>ModifyIpamPoolRequest.addAllocationResourceTags()Add tag allocation rules to a pool.final List<RequestIpamResourceTag>CreateIpamPoolRequest.allocationResourceTags()Tags that are required for resources that use CIDRs from this IPAM pool.final List<RequestIpamResourceTag>ModifyIpamPoolRequest.removeAllocationResourceTags()Remove tag allocation rules from a pool.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RequestIpamResourceTagModifier and TypeMethodDescriptionModifyIpamPoolRequest.Builder.addAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags) Add tag allocation rules to a pool.CreateIpamPoolRequest.Builder.allocationResourceTags(RequestIpamResourceTag... allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags) Remove tag allocation rules from a pool.GetIpamResourceCidrsRequest.Builder.resourceTag(RequestIpamResourceTag resourceTag) The resource tag.IpamPrefixListResolverRuleConditionRequest.Builder.resourceTag(RequestIpamResourceTag resourceTag) A tag key-value pair to match against.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RequestIpamResourceTagModifier and TypeMethodDescriptionModifyIpamPoolRequest.Builder.addAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags) Add tag allocation rules to a pool.CreateIpamPoolRequest.Builder.allocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags) Remove tag allocation rules from a pool.