Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerTagDimension
Packages that use CapacityManagerTagDimension
-
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 CapacityManagerTagDimensionModifier and TypeMethodDescriptionfinal 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 CapacityManagerTagDimensionModifier and TypeMethodDescriptionCapacityManagerDimension.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 CapacityManagerTagDimensionModifier and TypeMethodDescriptionCapacityManagerDimension.Builder.tags(Collection<CapacityManagerTagDimension> tags) The tags associated with the capacity resource, represented as key-value pairs.