| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
SelfGrantStatusDetail |
SelfGrantStatusDetail.clone() |
SelfGrantStatusDetail |
SelfGrantStatusDetail.withDatabaseName(String databaseName)
The name of the database used for the data source.
|
SelfGrantStatusDetail |
SelfGrantStatusDetail.withFailureCause(String failureCause)
The reason for why the operation failed.
|
SelfGrantStatusDetail |
SelfGrantStatusDetail.withSchemaName(String schemaName)
The name of the schema used in the data source.
|
SelfGrantStatusDetail |
SelfGrantStatusDetail.withStatus(SelfGrantStatus status)
The self granting status of the data source.
|
SelfGrantStatusDetail |
SelfGrantStatusDetail.withStatus(String status)
The self granting status of the data source.
|
| Modifier and Type | Method and Description |
|---|---|
List<SelfGrantStatusDetail> |
GlueSelfGrantStatusOutput.getSelfGrantStatusDetails()
The details for the self granting status for a Glue data source.
|
List<SelfGrantStatusDetail> |
RedshiftSelfGrantStatusOutput.getSelfGrantStatusDetails()
The details for the self granting status for an Amazon Redshift data source.
|
| Modifier and Type | Method and Description |
|---|---|
GlueSelfGrantStatusOutput |
GlueSelfGrantStatusOutput.withSelfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)
The details for the self granting status for a Glue data source.
|
RedshiftSelfGrantStatusOutput |
RedshiftSelfGrantStatusOutput.withSelfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlueSelfGrantStatusOutput.setSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for a Glue data source.
|
void |
RedshiftSelfGrantStatusOutput.setSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
|
GlueSelfGrantStatusOutput |
GlueSelfGrantStatusOutput.withSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for a Glue data source.
|
RedshiftSelfGrantStatusOutput |
RedshiftSelfGrantStatusOutput.withSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
|
Copyright © 2024. All rights reserved.