Uses of Class
software.amazon.awssdk.services.deadline.model.UsageType
-
Packages that use UsageType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of UsageType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return UsageType Modifier and Type Method Description static UsageTypeUsageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UsageTypeStatistics. usageType()The type of usage for the statistics.static UsageTypeUsageType. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageType[]UsageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type UsageType Modifier and Type Method Description static Set<UsageType>UsageType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type UsageType Modifier and Type Method Description Statistics.BuilderStatistics.Builder. usageType(UsageType usageType)The type of usage for the statistics.
-