Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.TokenExchangeGrant.Builder
-
Packages that use TokenExchangeGrant.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of TokenExchangeGrant.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return TokenExchangeGrant.Builder Modifier and Type Method Description static TokenExchangeGrant.BuilderTokenExchangeGrant. builder()TokenExchangeGrant.BuilderTokenExchangeGrant. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type TokenExchangeGrant.Builder Modifier and Type Method Description static Class<? extends TokenExchangeGrant.Builder>TokenExchangeGrant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type TokenExchangeGrant.Builder Modifier and Type Method Description static GrantGrant. fromTokenExchange(Consumer<TokenExchangeGrant.Builder> tokenExchange)Create an instance of this class withGrant.tokenExchange()initialized to the given value.default Grant.BuilderGrant.Builder. tokenExchange(Consumer<TokenExchangeGrant.Builder> tokenExchange)Configuration options for theurn:ietf:params:oauth:grant-type:token-exchangegrant type.
-