CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.assertion(String assertion) |
Used only when calling this API for the JWT Bearer grant type.
|
static CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.builder() |
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.clientId(String clientId) |
The unique identifier string for the client or application.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.code(String code) |
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.grantType(String grantType) |
Supports the following OAuth grant types: Authorization Code, Refresh Token, JWT Bearer, and Token Exchange.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.redirectUri(String redirectUri) |
Used only when calling this API for the Authorization Code grant type.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.refreshToken(String refreshToken) |
Used only when calling this API for the Refresh Token grant type.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.requestedTokenType(String requestedTokenType) |
Used only when calling this API for the Token Exchange grant type.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.scope(String... scope) |
The list of scopes for which authorization is requested.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.scope(Collection<String> scope) |
The list of scopes for which authorization is requested.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.subjectToken(String subjectToken) |
Used only when calling this API for the Token Exchange grant type.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.Builder.subjectTokenType(String subjectTokenType) |
Used only when calling this API for the Token Exchange grant type.
|
CreateTokenWithIamRequest.Builder |
CreateTokenWithIamRequest.toBuilder() |
|