| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfigurationOutput |
DataSourceConfigurationOutput.clone() |
DataSourceConfigurationOutput |
UpdateDataSourceResult.getConfiguration()
The configuration to be updated as part of the
UpdateDataSource action. |
DataSourceConfigurationOutput |
DeleteDataSourceResult.getConfiguration()
The configuration of the data source that is deleted.
|
DataSourceConfigurationOutput |
CreateDataSourceResult.getConfiguration()
Specifies the configuration of the data source.
|
DataSourceConfigurationOutput |
GetDataSourceResult.getConfiguration()
The configuration of the data source.
|
DataSourceConfigurationOutput |
DataSourceConfigurationOutput.withGlueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
|
DataSourceConfigurationOutput |
DataSourceConfigurationOutput.withRedshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDataSourceResult.setConfiguration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
void |
DeleteDataSourceResult.setConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
|
void |
CreateDataSourceResult.setConfiguration(DataSourceConfigurationOutput configuration)
Specifies the configuration of the data source.
|
void |
GetDataSourceResult.setConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source.
|
UpdateDataSourceResult |
UpdateDataSourceResult.withConfiguration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
DeleteDataSourceResult |
DeleteDataSourceResult.withConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
|
CreateDataSourceResult |
CreateDataSourceResult.withConfiguration(DataSourceConfigurationOutput configuration)
Specifies the configuration of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source.
|
Copyright © 2024. All rights reserved.