Uses of Class
software.amazon.awssdk.core.client.config.ClientOption
Packages that use ClientOption
-
Uses of ClientOption in software.amazon.awssdk.core.client.config
Subclasses of ClientOption in software.amazon.awssdk.core.client.configModifier and TypeClassDescriptionfinal classA collection of advanced options that can be configured on an async AWS client viaClientAsyncConfiguration.Builder.advancedOption(SdkAdvancedAsyncClientOption, Object).classA collection of advanced options that can be configured on an AWS client viaClientOverrideConfiguration.Builder.putAdvancedOption(SdkAdvancedClientOption, Object).final classA set of internal options required by the SDK viaSdkClientConfiguration.Methods in software.amazon.awssdk.core.client.config with parameters of type ClientOptionModifier and TypeMethodDescription<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.SdkClientConfiguration.Builder.lazyOption(ClientOption<T> option, AttributeMap.LazyValue<T> lazyValue) Add a mapping between the provided option and value provider.SdkClientConfiguration.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.SdkClientConfiguration.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 ClientOptionModifier and TypeMethodDescriptionSdkClientConfiguration.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.internalModifier and TypeClassDescriptionclassOptions ofSdkAdvancedClientOptionthat must not be used outside of tests that are stored in this project.