Uses of Class
software.amazon.awssdk.services.redshift.model.DataShareAssociation
-
Packages that use DataShareAssociation Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of DataShareAssociation in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DataShareAssociation Modifier and Type Method Description List<DataShareAssociation>AssociateDataShareConsumerResponse. dataShareAssociations()A value that specifies when the datashare has an association between producer and data consumers.List<DataShareAssociation>AuthorizeDataShareResponse. dataShareAssociations()A value that specifies when the datashare has an association between producer and data consumers.List<DataShareAssociation>DataShare. dataShareAssociations()A value that specifies when the datashare has an association between producer and data consumers.List<DataShareAssociation>DeauthorizeDataShareResponse. dataShareAssociations()A value that specifies when the datashare has an association between producer and data consumers.List<DataShareAssociation>DisassociateDataShareConsumerResponse. dataShareAssociations()A value that specifies when the datashare has an association between producer and data consumers.List<DataShareAssociation>RejectDataShareResponse. dataShareAssociations()A value that specifies when the datashare has an association between producer and data consumers.Methods in software.amazon.awssdk.services.redshift.model with parameters of type DataShareAssociation Modifier and Type Method Description AssociateDataShareConsumerResponse.BuilderAssociateDataShareConsumerResponse.Builder. dataShareAssociations(DataShareAssociation... dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.AuthorizeDataShareResponse.BuilderAuthorizeDataShareResponse.Builder. dataShareAssociations(DataShareAssociation... dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.DataShare.BuilderDataShare.Builder. dataShareAssociations(DataShareAssociation... dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.DeauthorizeDataShareResponse.BuilderDeauthorizeDataShareResponse.Builder. dataShareAssociations(DataShareAssociation... dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.DisassociateDataShareConsumerResponse.BuilderDisassociateDataShareConsumerResponse.Builder. dataShareAssociations(DataShareAssociation... dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.RejectDataShareResponse.BuilderRejectDataShareResponse.Builder. dataShareAssociations(DataShareAssociation... dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type DataShareAssociation Modifier and Type Method Description AssociateDataShareConsumerResponse.BuilderAssociateDataShareConsumerResponse.Builder. dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.AuthorizeDataShareResponse.BuilderAuthorizeDataShareResponse.Builder. dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.DataShare.BuilderDataShare.Builder. dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.DeauthorizeDataShareResponse.BuilderDeauthorizeDataShareResponse.Builder. dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.DisassociateDataShareConsumerResponse.BuilderDisassociateDataShareConsumerResponse.Builder. dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.RejectDataShareResponse.BuilderRejectDataShareResponse.Builder. dataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)A value that specifies when the datashare has an association between producer and data consumers.
-