Uses of Class
com.amazonaws.services.route53.model.TagResourceType
-
Packages that use TagResourceType Package Description com.amazonaws.services.route53.model -
-
Uses of TagResourceType in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return TagResourceType Modifier and Type Method 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.Methods in com.amazonaws.services.route53.model with parameters of type TagResourceType Modifier and Type Method Description void
ChangeTagsForResourceRequest. setResourceType(TagResourceType resourceType)
The type of the resource.void
ListTagsForResourceRequest. setResourceType(TagResourceType resourceType)
The type of the resource.void
ListTagsForResourcesRequest. setResourceType(TagResourceType resourceType)
The type of the resources.void
ResourceTagSet. setResourceType(TagResourceType resourceType)
The type of the resource.ChangeTagsForResourceRequest
ChangeTagsForResourceRequest. withResourceType(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.ResourceTagSet
ResourceTagSet. withResourceType(TagResourceType resourceType)
The type of the resource.
-