| Package | Description |
|---|---|
| software.amazon.awssdk.regions |
| Modifier and Type | Field and Description |
|---|---|
static ServiceMetadataAdvancedOption<String> |
ServiceMetadataAdvancedOption.DEFAULT_S3_US_EAST_1_REGIONAL_ENDPOINT
The default S3 regional endpoint setting for the
us-east-1 region to use. |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ServiceMetadataConfiguration.advancedOption(ServiceMetadataAdvancedOption<T> option)
Load the optional requested advanced option that was configured on the service metadata builder.
|
<T> ServiceMetadataConfiguration.Builder |
ServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption<T> option,
T value)
Configure the map of advanced override options.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceMetadataConfiguration.Builder |
ServiceMetadataConfiguration.Builder.advancedOptions(Map<ServiceMetadataAdvancedOption<?>,?> advancedOptions)
Configure an advanced override option.
|
Copyright © 2023. All rights reserved.