Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
static TagResourceType |
TagResourceType.fromValue(String value)
Use this in place of valueOf.
|
static TagResourceType |
TagResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagResourceType[] |
TagResourceType.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(TagResourceType resourceType)
The type of the resource.
|
void |
ListTagsForResourcesRequest.setResourceType(TagResourceType resourceType)
The type of the resources.
|
void |
ChangeTagsForResourceRequest.setResourceType(TagResourceType resourceType)
The type of the resource.
|
void |
ResourceTagSet.setResourceType(TagResourceType resourceType)
The type of the resource.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceType(TagResourceType resourceType)
The type of the resource.
|
ListTagsForResourcesRequest |
ListTagsForResourcesRequest.withResourceType(TagResourceType resourceType)
The type of the resources.
|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withResourceType(TagResourceType resourceType)
The type of the resource.
|
ResourceTagSet |
ResourceTagSet.withResourceType(TagResourceType resourceType)
The type of the resource.
|
Copyright © 2018. All rights reserved.