Uses of Class
software.amazon.awssdk.services.datazone.model.SelfGrantStatusDetail
-
Packages that use SelfGrantStatusDetail Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SelfGrantStatusDetail in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SelfGrantStatusDetail Modifier and Type Method Description List<SelfGrantStatusDetail>GlueSelfGrantStatusOutput. selfGrantStatusDetails()The details for the self granting status for a Glue data source.List<SelfGrantStatusDetail>RedshiftSelfGrantStatusOutput. selfGrantStatusDetails()The details for the self granting status for an Amazon Redshift data source.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SelfGrantStatusDetail Modifier and Type Method Description GlueSelfGrantStatusOutput.BuilderGlueSelfGrantStatusOutput.Builder. selfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)The details for the self granting status for a Glue data source.RedshiftSelfGrantStatusOutput.BuilderRedshiftSelfGrantStatusOutput.Builder. selfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)The details for the self granting status for an Amazon Redshift data source.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SelfGrantStatusDetail Modifier and Type Method Description GlueSelfGrantStatusOutput.BuilderGlueSelfGrantStatusOutput.Builder. selfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)The details for the self granting status for a Glue data source.RedshiftSelfGrantStatusOutput.BuilderRedshiftSelfGrantStatusOutput.Builder. selfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)The details for the self granting status for an Amazon Redshift data source.
-