Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AuthorizationCodeGrant
-
Packages that use AuthorizationCodeGrant Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AuthorizationCodeGrant in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return AuthorizationCodeGrant Modifier and Type Method Description AuthorizationCodeGrantGrant. authorizationCode()Configuration options for theauthorization_codegrant type.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type AuthorizationCodeGrant Modifier and Type Method Description Grant.BuilderGrant.Builder. authorizationCode(AuthorizationCodeGrant authorizationCode)Configuration options for theauthorization_codegrant type.static GrantGrant. fromAuthorizationCode(AuthorizationCodeGrant authorizationCode)Create an instance of this class withGrant.authorizationCode()initialized to the given value.
-