Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.DurationType
-
Packages that use DurationType Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of DurationType in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return DurationType Modifier and Type Method Description DurationTypeDuration. durationType()The type of duration for InfluxDB parameters.static DurationTypeDurationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DurationTypeDurationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DurationType[]DurationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type DurationType Modifier and Type Method Description static Set<DurationType>DurationType. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type DurationType Modifier and Type Method Description Duration.BuilderDuration.Builder. durationType(DurationType durationType)The type of duration for InfluxDB parameters.
-