Uses of Class
software.amazon.awssdk.services.neptune.model.Timezone
-
Packages that use Timezone Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of Timezone in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type Timezone Modifier and Type Method Description List<Timezone>DBEngineVersion. supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.Methods in software.amazon.awssdk.services.neptune.model with parameters of type Timezone Modifier and Type Method Description DBEngineVersion.BuilderDBEngineVersion.Builder. supportedTimezones(Timezone... supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.Method parameters in software.amazon.awssdk.services.neptune.model with type arguments of type Timezone Modifier and Type Method Description DBEngineVersion.BuilderDBEngineVersion.Builder. supportedTimezones(Collection<Timezone> supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.
-