Uses of Class
software.amazon.awssdk.services.ssm.model.ResourceTypeForTagging
-
Packages that use ResourceTypeForTagging Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ResourceTypeForTagging in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ResourceTypeForTagging Modifier and Type Method Description static ResourceTypeForTaggingResourceTypeForTagging. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceTypeForTaggingAddTagsToResourceRequest. resourceType()Specifies the type of resource you are tagging.ResourceTypeForTaggingListTagsForResourceRequest. resourceType()Returns a list of tags for a specific resource type.ResourceTypeForTaggingRemoveTagsFromResourceRequest. resourceType()The type of resource from which you want to remove a tag.static ResourceTypeForTaggingResourceTypeForTagging. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceTypeForTagging[]ResourceTypeForTagging. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ResourceTypeForTagging Modifier and Type Method Description static Set<ResourceTypeForTagging>ResourceTypeForTagging. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type ResourceTypeForTagging Modifier and Type Method Description AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. resourceType(ResourceTypeForTagging resourceType)Specifies the type of resource you are tagging.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceType(ResourceTypeForTagging resourceType)Returns a list of tags for a specific resource type.RemoveTagsFromResourceRequest.BuilderRemoveTagsFromResourceRequest.Builder. resourceType(ResourceTypeForTagging resourceType)The type of resource from which you want to remove a tag.
-