Package | Description |
---|---|
software.amazon.awssdk.core | |
software.amazon.awssdk.core.client.handler | |
software.amazon.awssdk.core.signer |
Modifier and Type | Field and Description |
---|---|
static CredentialType |
CredentialType.TOKEN
Credential type that uses Bearer Token Authorization to authorize a request.
|
Modifier and Type | Method and Description |
---|---|
static CredentialType |
CredentialType.of(String value)
Retrieves the Credential Type for a given value.
|
Modifier and Type | Method and Description |
---|---|
CredentialType |
ClientExecutionParams.credentialType() |
Modifier and Type | Method and Description |
---|---|
ClientExecutionParams<InputT,OutputT> |
ClientExecutionParams.credentialType(CredentialType credentialType) |
Modifier and Type | Method and Description |
---|---|
default CredentialType |
Signer.credentialType()
Method that retrieves
CredentialType i.e. |
Copyright © 2022. All rights reserved.