Uses of Class
software.amazon.awssdk.services.datazone.model.SelfGrantStatusOutput
-
Packages that use SelfGrantStatusOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SelfGrantStatusOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SelfGrantStatusOutput Modifier and Type Method Description static SelfGrantStatusOutputSelfGrantStatusOutput. fromGlueSelfGrantStatus(Consumer<GlueSelfGrantStatusOutput.Builder> glueSelfGrantStatus)Create an instance of this class withglueSelfGrantStatus()initialized to the given value.static SelfGrantStatusOutputSelfGrantStatusOutput. fromGlueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)Create an instance of this class withglueSelfGrantStatus()initialized to the given value.static SelfGrantStatusOutputSelfGrantStatusOutput. fromRedshiftSelfGrantStatus(Consumer<RedshiftSelfGrantStatusOutput.Builder> redshiftSelfGrantStatus)Create an instance of this class withredshiftSelfGrantStatus()initialized to the given value.static SelfGrantStatusOutputSelfGrantStatusOutput. fromRedshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)Create an instance of this class withredshiftSelfGrantStatus()initialized to the given value.SelfGrantStatusOutputDeleteDataSourceResponse. selfGrantStatus()Specifies the status of the self-granting functionality.SelfGrantStatusOutputGetDataSourceResponse. selfGrantStatus()Specifies the status of the self-granting functionality.SelfGrantStatusOutputUpdateDataSourceResponse. selfGrantStatus()Specifies the status of the self-granting functionality.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SelfGrantStatusOutput Modifier and Type Method Description DeleteDataSourceResponse.BuilderDeleteDataSourceResponse.Builder. selfGrantStatus(SelfGrantStatusOutput selfGrantStatus)Specifies the status of the self-granting functionality.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. selfGrantStatus(SelfGrantStatusOutput selfGrantStatus)Specifies the status of the self-granting functionality.UpdateDataSourceResponse.BuilderUpdateDataSourceResponse.Builder. selfGrantStatus(SelfGrantStatusOutput selfGrantStatus)Specifies the status of the self-granting functionality.
-