Uses of Enum
com.amazonaws.services.route53.model.TagResourceType
Packages that use TagResourceType
-
Uses of TagResourceType in com.amazonaws.services.route53.model
Subclasses with type arguments of type TagResourceType in com.amazonaws.services.route53.modelMethods in com.amazonaws.services.route53.model that return TagResourceTypeModifier and TypeMethodDescriptionstatic TagResourceTypeUse this in place of valueOf.static TagResourceTypeReturns 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 TypeMethodDescriptionvoidChangeTagsForResourceRequest.setResourceType(TagResourceType resourceType) The type of the resource.voidListTagsForResourceRequest.setResourceType(TagResourceType resourceType) The type of the resource.voidListTagsForResourcesRequest.setResourceType(TagResourceType resourceType) The type of the resources.voidResourceTagSet.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.