Interface AwsClientCustomizer<T>
- All Known Subinterfaces:
AwsParameterStoreClientCustomizer,AwsSecretsManagerClientCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 3.0.0
- Author:
- Matej Nedić
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?,?>>
voidapply(AwsClientCustomizer<V> configurer, V builder) Deprecated, for removal: This API element is subject to removal in a future version.default software.amazon.awssdk.http.async.SdkAsyncHttpClientDeprecated, for removal: This API element is subject to removal in a future version.default software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder<?>Deprecated, for removal: This API element is subject to removal in a future version.default software.amazon.awssdk.http.SdkHttpClientDeprecated, for removal: This API element is subject to removal in a future version.default software.amazon.awssdk.http.SdkHttpClient.Builder<?>Deprecated, for removal: This API element is subject to removal in a future version.default software.amazon.awssdk.core.client.config.ClientOverrideConfigurationDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
overrideConfiguration
@Nullable default software.amazon.awssdk.core.client.config.ClientOverrideConfiguration overrideConfiguration()Deprecated, for removal: This API element is subject to removal in a future version. -
httpClient
Deprecated, for removal: This API element is subject to removal in a future version. -
httpClientBuilder
Deprecated, for removal: This API element is subject to removal in a future version. -
asyncHttpClient
Deprecated, for removal: This API element is subject to removal in a future version. -
asyncHttpClientBuilder
@Nullable default software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder<?> asyncHttpClientBuilder()Deprecated, for removal: This API element is subject to removal in a future version. -
apply
static <V extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?,?>> void apply(AwsClientCustomizer<V> configurer, V builder) Deprecated, for removal: This API element is subject to removal in a future version.
-