Uses of Enum
com.amazonaws.services.ec2.model.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.amazonaws.services.ec2.model
Subclasses with type arguments of type ResourceType in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeUse this in place of valueOf.static ResourceTypeReturns the enum constant of this type with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type ResourceTypeModifier and TypeMethodDescriptionvoidTagDescription.setResourceType(ResourceType resourceType) The resource type.TagDescription.withResourceType(ResourceType resourceType) The resource type.