Uses of Class
software.amazon.awssdk.services.datazone.model.GlueSelfGrantStatusOutput
-
Packages that use GlueSelfGrantStatusOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlueSelfGrantStatusOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlueSelfGrantStatusOutput Modifier and Type Method Description GlueSelfGrantStatusOutputSelfGrantStatusOutput. glueSelfGrantStatus()The details for the self granting status for a Glue data source.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GlueSelfGrantStatusOutput Modifier and Type Method Description static SelfGrantStatusOutputSelfGrantStatusOutput. fromGlueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)Create an instance of this class withSelfGrantStatusOutput.glueSelfGrantStatus()initialized to the given value.SelfGrantStatusOutput.BuilderSelfGrantStatusOutput.Builder. glueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)The details for the self granting status for a Glue data source.
-