Uses of Class
software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Packages that use SdkClientConfiguration.Builder Package Description software.amazon.awssdk.core.client.builder software.amazon.awssdk.core.client.config software.amazon.awssdk.core.internal.http -
-
Uses of SdkClientConfiguration.Builder in software.amazon.awssdk.core.client.builder
Fields in software.amazon.awssdk.core.client.builder declared as SdkClientConfiguration.Builder Modifier and Type Field Description protected SdkClientConfiguration.BuilderSdkDefaultClientBuilder. clientConfiguration -
Uses of SdkClientConfiguration.Builder in software.amazon.awssdk.core.client.config
Methods in software.amazon.awssdk.core.client.config that return SdkClientConfiguration.Builder Modifier and Type Method Description static SdkClientConfiguration.BuilderSdkClientConfiguration. builder()Create a builder for aSdkClientConfiguration.<T> SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. option(ClientOption<T> option, T value)Configure the value of a specific option.SdkClientConfiguration.BuilderSdkClientConfiguration. toBuilder()Method parameters in software.amazon.awssdk.core.client.config with type arguments of type SdkClientConfiguration.Builder Modifier and Type Method Description SdkClientConfigurationSdkClientConfiguration. merge(Consumer<SdkClientConfiguration.Builder> configuration) -
Uses of SdkClientConfiguration.Builder in software.amazon.awssdk.core.internal.http
Method parameters in software.amazon.awssdk.core.internal.http with type arguments of type SdkClientConfiguration.Builder Modifier and Type Method Description HttpClientDependencies.BuilderHttpClientDependencies.Builder. clientConfiguration(Consumer<SdkClientConfiguration.Builder> clientConfiguration)
-