Package | Description |
---|---|
com.amazonaws.client.builder |
Modifier and Type | Method and Description |
---|---|
<T> T |
AdvancedConfig.get(AdvancedConfig.Key<T> key) |
<T> T |
AdvancedConfig.Builder.get(AdvancedConfig.Key<T> key) |
protected <T> T |
AwsClientBuilder.getAdvancedConfig(AdvancedConfig.Key<T> key)
Get the current value of an advanced config option.
|
<T> AdvancedConfig.Builder |
AdvancedConfig.Builder.put(AdvancedConfig.Key<T> key,
T value) |
protected <T> void |
AwsClientBuilder.putAdvancedConfig(AdvancedConfig.Key<T> key,
T value)
Sets the value of an advanced config option.
|
Copyright © 2022. All rights reserved.