Interface AwsClientCustomizer<T>

All Known Subinterfaces:
AwsParameterStoreClientCustomizer, AwsSecretsManagerClientCustomizer

@Deprecated(since="3.3.0", forRemoval=true) public interface AwsClientCustomizer<T>
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 Type
    Method
    Description
    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.
     
    default software.amazon.awssdk.http.async.SdkAsyncHttpClient
    Deprecated, 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.SdkHttpClient
    Deprecated, 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.ClientOverrideConfiguration
    Deprecated, 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

      @Nullable default software.amazon.awssdk.http.SdkHttpClient httpClient()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • httpClientBuilder

      @Nullable default software.amazon.awssdk.http.SdkHttpClient.Builder<?> httpClientBuilder()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • asyncHttpClient

      @Nullable default software.amazon.awssdk.http.async.SdkAsyncHttpClient 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.