Uses of Class
software.amazon.awssdk.services.rds.model.Timezone
-
Packages that use Timezone Package Description software.amazon.awssdk.services.rds.model -
-
Uses of Timezone in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Timezone Modifier and Type Method Description List<Timezone>CreateCustomDbEngineVersionResponse. supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.List<Timezone>DBEngineVersion. supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.List<Timezone>DeleteCustomDbEngineVersionResponse. supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.List<Timezone>ModifyCustomDbEngineVersionResponse. supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.Methods in software.amazon.awssdk.services.rds.model with parameters of type Timezone Modifier and Type Method Description CreateCustomDbEngineVersionResponse.BuilderCreateCustomDbEngineVersionResponse.Builder. supportedTimezones(Timezone... supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DBEngineVersion.BuilderDBEngineVersion.Builder. supportedTimezones(Timezone... supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DeleteCustomDbEngineVersionResponse.BuilderDeleteCustomDbEngineVersionResponse.Builder. supportedTimezones(Timezone... supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.ModifyCustomDbEngineVersionResponse.BuilderModifyCustomDbEngineVersionResponse.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.rds.model with type arguments of type Timezone Modifier and Type Method Description CreateCustomDbEngineVersionResponse.BuilderCreateCustomDbEngineVersionResponse.Builder. supportedTimezones(Collection<Timezone> supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DBEngineVersion.BuilderDBEngineVersion.Builder. supportedTimezones(Collection<Timezone> supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DeleteCustomDbEngineVersionResponse.BuilderDeleteCustomDbEngineVersionResponse.Builder. supportedTimezones(Collection<Timezone> supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.ModifyCustomDbEngineVersionResponse.BuilderModifyCustomDbEngineVersionResponse.Builder. supportedTimezones(Collection<Timezone> supportedTimezones)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.
-