Uses of Class
software.amazon.awssdk.services.autoscaling.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of Tag in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAutoScalingGroupRequest. tags()One or more tags.List<Tag>CreateOrUpdateTagsRequest. tags()One or more tags.List<Tag>DeleteTagsRequest. tags()One or more tags.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type Tag Modifier and Type Method Description CreateAutoScalingGroupRequest.BuilderCreateAutoScalingGroupRequest.Builder. tags(Tag... tags)One or more tags.CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest.Builder. tags(Tag... tags)One or more tags.DeleteTagsRequest.BuilderDeleteTagsRequest.Builder. tags(Tag... tags)One or more tags.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type Tag Modifier and Type Method Description CreateAutoScalingGroupRequest.BuilderCreateAutoScalingGroupRequest.Builder. tags(Collection<Tag> tags)One or more tags.CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest.Builder. tags(Collection<Tag> tags)One or more tags.DeleteTagsRequest.BuilderDeleteTagsRequest.Builder. tags(Collection<Tag> tags)One or more tags.
-