Uses of Class
software.amazon.awssdk.core.client.config.ClientOption
-
Packages that use ClientOption Package Description software.amazon.awssdk.core.client.config software.amazon.awssdk.core.internal -
-
Uses of ClientOption in software.amazon.awssdk.core.client.config
Subclasses of ClientOption in software.amazon.awssdk.core.client.config Modifier and Type Class Description classSdkAdvancedAsyncClientOption<T>A collection of advanced options that can be configured on an async AWS client viaClientAsyncConfiguration.Builder.advancedOption(SdkAdvancedAsyncClientOption, Object).classSdkAdvancedClientOption<T>A collection of advanced options that can be configured on an AWS client viaClientOverrideConfiguration.Builder.putAdvancedOption(SdkAdvancedClientOption, Object).classSdkClientOption<T>A set of internal options required by the SDK viaSdkClientConfiguration.Methods in software.amazon.awssdk.core.client.config with parameters of type ClientOption Modifier and Type Method Description <T> TSdkClientConfiguration.Builder. computeOptionIfAbsent(ClientOption<T> option, Supplier<T> valueSupplier)Add a mapping between the provided key and value, if the current value for the option is null.<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 toSdkClientConfiguration.Builder.lazyOption(ClientOption, AttributeMap.LazyValue), but does not assign the value if there is already a non-null value assigned for the provided option.<T> TSdkClientConfiguration.Builder. option(ClientOption<T> option)Retrieve the value of a specific option.<T> SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. option(ClientOption<T> option, T value)Configure the value of a specific option.<T> TSdkClientConfiguration. option(ClientOption<T> option)Retrieve the value of a specific option.Method parameters in software.amazon.awssdk.core.client.config with type arguments of type ClientOption Modifier and Type Method Description SdkClientConfiguration.BuilderSdkClientConfiguration.Builder. putAll(Map<? extends ClientOption<?>,?> options)Adds all the options from the map provided. -
Uses of ClientOption in software.amazon.awssdk.core.internal
Subclasses of ClientOption in software.amazon.awssdk.core.internal Modifier and Type Class Description classSdkInternalTestAdvancedClientOption<T>Options ofSdkAdvancedClientOptionthat must not be used outside of tests that are stored in this project.
-