| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.auth.scheme | |
| software.amazon.awssdk.services.dynamodb.auth.scheme.internal |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDbAuthSchemeParams.Builder |
DynamoDbAuthSchemeParams.builder()
Get a new builder for creating a
DynamoDbAuthSchemeParams. |
DynamoDbAuthSchemeParams.Builder |
DynamoDbAuthSchemeParams.Builder.operation(String operation)
Set the operation for which to resolve the auth scheme.
|
DynamoDbAuthSchemeParams.Builder |
DynamoDbAuthSchemeParams.Builder.region(Region region)
Set the region.
|
DynamoDbAuthSchemeParams.Builder |
DynamoDbAuthSchemeParams.toBuilder()
Returns a
DynamoDbAuthSchemeParams.Builder to customize the parameters. |
| Modifier and Type | Method and Description |
|---|---|
default List<AuthSchemeOption> |
DynamoDbAuthSchemeProvider.resolveAuthScheme(Consumer<DynamoDbAuthSchemeParams.Builder> consumer)
Resolve the auth schemes based on the given set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamoDbAuthSchemeParams.Builder |
DefaultDynamoDbAuthSchemeParams.builder() |
DynamoDbAuthSchemeParams.Builder |
DefaultDynamoDbAuthSchemeParams.toBuilder() |
Copyright © 2023. All rights reserved.