Uses of Enum
software.amazon.awssdk.services.route53.model.TagResourceType
Packages that use TagResourceType
-
Uses of TagResourceType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return TagResourceTypeModifier and TypeMethodDescriptionstatic TagResourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TagResourceTypeChangeTagsForResourceRequest.resourceType()The type of the resource.final TagResourceTypeListTagsForResourceRequest.resourceType()The type of the resource.final TagResourceTypeListTagsForResourcesRequest.resourceType()The type of the resources.final TagResourceTypeResourceTagSet.resourceType()The type of the resource.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 software.amazon.awssdk.services.route53.model that return types with arguments of type TagResourceTypeMethods in software.amazon.awssdk.services.route53.model with parameters of type TagResourceTypeModifier and TypeMethodDescriptionChangeTagsForResourceRequest.Builder.resourceType(TagResourceType resourceType) The type of the resource.ListTagsForResourceRequest.Builder.resourceType(TagResourceType resourceType) The type of the resource.ListTagsForResourcesRequest.Builder.resourceType(TagResourceType resourceType) The type of the resources.ResourceTagSet.Builder.resourceType(TagResourceType resourceType) The type of the resource.