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