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.SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. copy()<T> SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. lazyOption(ClientOption<T> option, AttributeMap.LazyValue<T> lazyValue)Add a mapping between the provided option and value provider.<T> SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. lazyOptionIfAbsent(ClientOption<T> option, AttributeMap.LazyValue<T> lazyValue)Equivalent tolazyOption(ClientOption, AttributeMap.LazyValue), but does not assign the value if there is already a non-null value assigned for the provided option.<T> SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. option(ClientOption<T> option, T value)Configure the value of a specific option.SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. putAll(Map<? extends ClientOption<?>,?> options)Adds all the options from the map provided.SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. putAll(ClientOverrideConfiguration configuration)Put all of the attributes from the provided override configuration into this one.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)
-