| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.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 |
|---|---|
void |
ListTagsForResourceRequest.setResourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
void |
AddTagsToResourceRequest.setResourceType(ResourceTypeForTagging resourceType)
Specifies the type of resource you are tagging.
|
void |
RemoveTagsFromResourceRequest.setResourceType(ResourceTypeForTagging resourceType)
The type of resource from which you want to remove a tag.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withResourceType(ResourceTypeForTagging resourceType)
Specifies the type of resource you are tagging.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceType(ResourceTypeForTagging resourceType)
The type of resource from which you want to remove a tag.
|
Copyright © 2020. All rights reserved.