Uses of Class
software.amazon.awssdk.services.rds.model.Timezone
Packages that use Timezone
-
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 TimezoneModifier and TypeMethodDescriptionCreateCustomDbEngineVersionResponse.supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DBEngineVersion.supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DeleteCustomDbEngineVersionResponse.supportedTimezones()A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.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 TimezoneModifier and TypeMethodDescriptionCreateCustomDbEngineVersionResponse.Builder.supportedTimezones(Timezone... supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DBEngineVersion.Builder.supportedTimezones(Timezone... supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DeleteCustomDbEngineVersionResponse.Builder.supportedTimezones(Timezone... supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.ModifyCustomDbEngineVersionResponse.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 TimezoneModifier and TypeMethodDescriptionCreateCustomDbEngineVersionResponse.Builder.supportedTimezones(Collection<Timezone> supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DBEngineVersion.Builder.supportedTimezones(Collection<Timezone> supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.DeleteCustomDbEngineVersionResponse.Builder.supportedTimezones(Collection<Timezone> supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.ModifyCustomDbEngineVersionResponse.Builder.supportedTimezones(Collection<Timezone> supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.