| 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.
|
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 |
|---|---|
RemoveTagsFromResourceRequest.Builder |
RemoveTagsFromResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType)
Specifies the type of resource you are tagging.
|
Copyright © 2017. All rights reserved.