| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<Timezone> |
DBEngineVersion.supportedTimezones()
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
List<Timezone> |
CreateCustomDbEngineVersionResponse.supportedTimezones()
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
List<Timezone> |
DeleteCustomDbEngineVersionResponse.supportedTimezones()
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
List<Timezone> |
ModifyCustomDbEngineVersionResponse.supportedTimezones()
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
| Modifier and Type | Method and Description |
|---|---|
DBEngineVersion.Builder |
DBEngineVersion.Builder.supportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
CreateCustomDbEngineVersionResponse.Builder |
CreateCustomDbEngineVersionResponse.Builder.supportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DeleteCustomDbEngineVersionResponse.Builder |
DeleteCustomDbEngineVersionResponse.Builder.supportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
| Modifier and Type | Method and Description |
|---|---|
DBEngineVersion.Builder |
DBEngineVersion.Builder.supportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
CreateCustomDbEngineVersionResponse.Builder |
CreateCustomDbEngineVersionResponse.Builder.supportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DeleteCustomDbEngineVersionResponse.Builder |
DeleteCustomDbEngineVersionResponse.Builder.supportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
Copyright © 2022. All rights reserved.