Uses of Class
software.amazon.awssdk.services.route53.model.TagResourceType
-
Packages that use TagResourceType Package Description software.amazon.awssdk.services.route53.model -
-
Uses of TagResourceType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return TagResourceType Modifier and Type Method Description static TagResourceTypeTagResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TagResourceTypeChangeTagsForResourceRequest. resourceType()The type of the resource.TagResourceTypeListTagsForResourceRequest. resourceType()The type of the resource.TagResourceTypeListTagsForResourcesRequest. resourceType()The type of the resources.TagResourceTypeResourceTagSet. resourceType()The type of the resource.static TagResourceTypeTagResourceType. 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 software.amazon.awssdk.services.route53.model that return types with arguments of type TagResourceType Modifier and Type Method Description static Set<TagResourceType>TagResourceType. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type TagResourceType Modifier and Type Method Description ChangeTagsForResourceRequest.BuilderChangeTagsForResourceRequest.Builder. resourceType(TagResourceType resourceType)The type of the resource.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceType(TagResourceType resourceType)The type of the resource.ListTagsForResourcesRequest.BuilderListTagsForResourcesRequest.Builder. resourceType(TagResourceType resourceType)The type of the resources.ResourceTagSet.BuilderResourceTagSet.Builder. resourceType(TagResourceType resourceType)The type of the resource.
-