Uses of Enum
com.amazonaws.services.route53.model.TagResourceType
Packages that use TagResourceType
-
Uses of TagResourceType in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return TagResourceTypeModifier and TypeMethodDescriptionstatic TagResourceType
Use this in place of valueOf.static TagResourceType
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 TagResourceTypeModifier and TypeMethodDescriptionvoid
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.withResourceType
(TagResourceType resourceType) The type of the resource.ListTagsForResourceRequest.withResourceType
(TagResourceType resourceType) The type of the resource.ListTagsForResourcesRequest.withResourceType
(TagResourceType resourceType) The type of the resources.ResourceTagSet.withResourceType
(TagResourceType resourceType) The type of the resource.