| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportSourceType |
ExportSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExportSourceType |
CancelExportTaskResponse.sourceType()
The type of source for the export.
|
ExportSourceType |
StartExportTaskResponse.sourceType()
The type of source for the export.
|
ExportSourceType |
ExportTask.sourceType()
The type of source for the export.
|
ExportSourceType |
DescribeExportTasksRequest.sourceType()
The type of source for the export.
|
static ExportSourceType |
ExportSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportSourceType[] |
ExportSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExportSourceType> |
ExportSourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.sourceType(ExportSourceType sourceType)
The type of source for the export.
|
StartExportTaskResponse.Builder |
StartExportTaskResponse.Builder.sourceType(ExportSourceType sourceType)
The type of source for the export.
|
ExportTask.Builder |
ExportTask.Builder.sourceType(ExportSourceType sourceType)
The type of source for the export.
|
DescribeExportTasksRequest.Builder |
DescribeExportTasksRequest.Builder.sourceType(ExportSourceType sourceType)
The type of source for the export.
|
Copyright © 2023. All rights reserved.