| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AuthScheme<?>> |
AwsServiceClientConfiguration.BuilderImpl.authSchemes |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthScheme<?>> |
AwsServiceClientConfiguration.BuilderImpl.authSchemes() |
| Modifier and Type | Method and Description |
|---|---|
default AwsServiceClientConfiguration.Builder |
AwsServiceClientConfiguration.Builder.putAuthScheme(AuthScheme<?> authScheme) |
AwsServiceClientConfiguration.Builder |
AwsServiceClientConfiguration.BuilderImpl.putAuthScheme(AuthScheme<?> authScheme) |
| Modifier and Type | Method and Description |
|---|---|
abstract BuilderT |
AwsDefaultClientBuilder.putAuthScheme(AuthScheme<?> authScheme) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthScheme<?>> |
SdkServiceClientConfiguration.authSchemes() |
default Map<String,AuthScheme<?>> |
SdkServiceClientConfiguration.Builder.authSchemes()
Returns the configured map of auth schemes.
|
| Modifier and Type | Method and Description |
|---|---|
default SdkServiceClientConfiguration.Builder |
SdkServiceClientConfiguration.Builder.putAuthScheme(AuthScheme<?> authScheme)
Adds the given auth scheme.
|
| Modifier and Type | Method and Description |
|---|---|
default B |
SdkClientBuilder.putAuthScheme(AuthScheme<?> authScheme)
Configure this client with an additional auth scheme, or replace one already on the client.
|
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<Map<String,AuthScheme<?>>> |
SdkClientOption.AUTH_SCHEMES
The
AuthSchemes configured on the client. |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<Map<String,AuthScheme<?>>> |
SdkInternalExecutionAttribute.AUTH_SCHEMES
The auth schemes available for a request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAwsV4AuthScheme
A default implementation of
AwsV4AuthScheme. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AwsV4AuthScheme
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBearerAuthScheme
A default implementation of
BearerAuthScheme. |
class |
DefaultNoAuthAuthScheme
A default implementation of
NoAuthAuthScheme. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BearerAuthScheme
|
interface |
NoAuthAuthScheme
An auth scheme that represents no authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthScheme<?>> |
S3ServiceClientConfiguration.Builder.authSchemes()
Gets the value for auth schemes
|
| Modifier and Type | Method and Description |
|---|---|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfiguration.Builder.putAuthScheme(AuthScheme<?> authScheme) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthScheme<?>> |
S3ServiceClientConfigurationBuilder.authSchemes()
Gets the value for auth schemes
|
| Modifier and Type | Method and Description |
|---|---|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfigurationBuilder.putAuthScheme(AuthScheme<?> authScheme) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultS3ExpressAuthScheme |
| Modifier and Type | Interface and Description |
|---|---|
interface |
S3ExpressAuthScheme
An auth scheme for faster authentication when interacting with S3 express.
|
Copyright © 2026. All rights reserved.