Uses of Enum
software.amazon.awssdk.services.ec2.model.TaggableResourceType
Packages that use TaggableResourceType
-
Uses of TaggableResourceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TaggableResourceTypeModifier and TypeMethodDescriptionstatic TaggableResourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TaggableResourceTypeTagFieldSpecificationRequest.resourceType()The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.final TaggableResourceTypeTagFieldSpecificationResponse.resourceType()The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.static TaggableResourceTypeReturns the enum constant of this type with the specified name.static TaggableResourceType[]TaggableResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TaggableResourceTypeModifier and TypeMethodDescriptionstatic Set<TaggableResourceType>TaggableResourceType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TaggableResourceTypeModifier and TypeMethodDescriptionTagFieldSpecificationRequest.Builder.resourceType(TaggableResourceType resourceType) The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.TagFieldSpecificationResponse.Builder.resourceType(TaggableResourceType resourceType) The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.