Uses of Class
software.amazon.awssdk.services.ec2.model.RequestIpamResourceTag
-
Packages that use RequestIpamResourceTag Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of RequestIpamResourceTag in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RequestIpamResourceTag Modifier and Type Method Description RequestIpamResourceTagGetIpamResourceCidrsRequest. resourceTag()The resource tag.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 RequestIpamResourceTag Modifier and Type Method Description List<RequestIpamResourceTag>ModifyIpamPoolRequest. addAllocationResourceTags()Add tag allocation rules to a pool.List<RequestIpamResourceTag>CreateIpamPoolRequest. allocationResourceTags()Tags that are required for resources that use CIDRs from this IPAM pool.List<RequestIpamResourceTag>ModifyIpamPoolRequest. removeAllocationResourceTags()Remove tag allocation rules from a pool.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RequestIpamResourceTag Modifier and Type Method Description ModifyIpamPoolRequest.BuilderModifyIpamPoolRequest.Builder. addAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags)Add tag allocation rules to a pool.CreateIpamPoolRequest.BuilderCreateIpamPoolRequest.Builder. allocationResourceTags(RequestIpamResourceTag... allocationResourceTags)Tags that are required for resources that use CIDRs from this IPAM pool.ModifyIpamPoolRequest.BuilderModifyIpamPoolRequest.Builder. removeAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags)Remove tag allocation rules from a pool.GetIpamResourceCidrsRequest.BuilderGetIpamResourceCidrsRequest.Builder. resourceTag(RequestIpamResourceTag resourceTag)The resource tag.IpamPrefixListResolverRuleConditionRequest.BuilderIpamPrefixListResolverRuleConditionRequest.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 RequestIpamResourceTag Modifier and Type Method Description ModifyIpamPoolRequest.BuilderModifyIpamPoolRequest.Builder. addAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)Add tag allocation rules to a pool.CreateIpamPoolRequest.BuilderCreateIpamPoolRequest.Builder. allocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags)Tags that are required for resources that use CIDRs from this IPAM pool.ModifyIpamPoolRequest.BuilderModifyIpamPoolRequest.Builder. removeAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)Remove tag allocation rules from a pool.
-