Uses of Class
software.amazon.awssdk.services.dataexchange.model.RedshiftDataShareDetails
-
Packages that use RedshiftDataShareDetails Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of RedshiftDataShareDetails in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type RedshiftDataShareDetails Modifier and Type Method Description List<RedshiftDataShareDetails>ScopeDetails. redshiftDataShares()Underlying Redshift resources that will be affected by this notification.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type RedshiftDataShareDetails Modifier and Type Method Description ScopeDetails.BuilderScopeDetails.Builder. redshiftDataShares(RedshiftDataShareDetails... redshiftDataShares)Underlying Redshift resources that will be affected by this notification.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type RedshiftDataShareDetails Modifier and Type Method Description ScopeDetails.BuilderScopeDetails.Builder. redshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)Underlying Redshift resources that will be affected by this notification.
-