Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerTagDimension
-
Packages that use CapacityManagerTagDimension Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityManagerTagDimension in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityManagerTagDimension Modifier and Type Method Description List<CapacityManagerTagDimension>CapacityManagerDimension. tags()The tags associated with the capacity resource, represented as key-value pairs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityManagerTagDimension Modifier and Type Method Description CapacityManagerDimension.BuilderCapacityManagerDimension.Builder. tags(CapacityManagerTagDimension... tags)The tags associated with the capacity resource, represented as key-value pairs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityManagerTagDimension Modifier and Type Method Description CapacityManagerDimension.BuilderCapacityManagerDimension.Builder. tags(Collection<CapacityManagerTagDimension> tags)The tags associated with the capacity resource, represented as key-value pairs.
-