| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceTypeForTagging |
ResourceTypeForTagging.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceTypeForTagging |
AddTagsToResourceRequest.resourceType()
Specifies the type of resource you are tagging.
|
ResourceTypeForTagging |
ListTagsForResourceRequest.resourceType()
Returns a list of tags for a specific resource type.
|
ResourceTypeForTagging |
RemoveTagsFromResourceRequest.resourceType()
The type of resource from which you want to remove a tag.
|
static ResourceTypeForTagging |
ResourceTypeForTagging.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResourceTypeForTagging> |
ResourceTypeForTagging.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType)
Specifies the type of resource you are tagging.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
RemoveTagsFromResourceRequest.Builder |
RemoveTagsFromResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType)
The type of resource from which you want to remove a tag.
|
Copyright © 2021. All rights reserved.