Uses of Class
software.amazon.awssdk.services.datazone.model.RedshiftSelfGrantStatusOutput
-
Packages that use RedshiftSelfGrantStatusOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftSelfGrantStatusOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftSelfGrantStatusOutput Modifier and Type Method Description RedshiftSelfGrantStatusOutputSelfGrantStatusOutput. redshiftSelfGrantStatus()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 RedshiftSelfGrantStatusOutput Modifier and Type Method Description static SelfGrantStatusOutputSelfGrantStatusOutput. fromRedshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)Create an instance of this class withSelfGrantStatusOutput.redshiftSelfGrantStatus()initialized to the given value.SelfGrantStatusOutput.BuilderSelfGrantStatusOutput.Builder. redshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)The details for the self granting status for an Amazon Redshift data source.
-