Uses of Enum
software.amazon.awssdk.services.ssm.model.ResourceTypeForTagging
Packages that use ResourceTypeForTagging
-
Uses of ResourceTypeForTagging in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ResourceTypeForTaggingModifier and TypeMethodDescriptionstatic ResourceTypeForTaggingUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceTypeForTaggingAddTagsToResourceRequest.resourceType()Specifies the type of resource you are tagging.final ResourceTypeForTaggingListTagsForResourceRequest.resourceType()Returns a list of tags for a specific resource type.final ResourceTypeForTaggingRemoveTagsFromResourceRequest.resourceType()The type of resource from which you want to remove a tag.static ResourceTypeForTaggingReturns 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 ResourceTypeForTaggingModifier and TypeMethodDescriptionstatic Set<ResourceTypeForTagging>ResourceTypeForTagging.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type ResourceTypeForTaggingModifier and TypeMethodDescriptionAddTagsToResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType) Specifies the type of resource you are tagging.ListTagsForResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType) Returns a list of tags for a specific resource type.RemoveTagsFromResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType) The type of resource from which you want to remove a tag.