Uses of Class
software.amazon.awssdk.core.client.config.SdkAdvancedAsyncClientOption
-
Packages that use SdkAdvancedAsyncClientOption Package Description software.amazon.awssdk.core.client.config -
-
Uses of SdkAdvancedAsyncClientOption in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config declared as SdkAdvancedAsyncClientOption Modifier and Type Field Description static SdkAdvancedAsyncClientOption<Boolean>SdkAdvancedAsyncClientOption. CRT_MEMORY_BUFFER_DISABLEDAdvanced configuration for the native S3CrtAsyncClient, which only applies for file-based multipart uploads.static SdkAdvancedAsyncClientOption<Executor>SdkAdvancedAsyncClientOption. FUTURE_COMPLETION_EXECUTORConfigure theExecutorthat should be used to complete theCompletableFuturethat is returned by the async service client.Methods in software.amazon.awssdk.core.client.config with parameters of type SdkAdvancedAsyncClientOption Modifier and Type Method Description <T> TClientAsyncConfiguration. advancedOption(SdkAdvancedAsyncClientOption<T> option)Load the requested advanced option that was configured on the client builder.<T> ClientAsyncConfiguration.BuilderClientAsyncConfiguration.Builder. advancedOption(SdkAdvancedAsyncClientOption<T> option, T value)Configure an advanced async option.Method parameters in software.amazon.awssdk.core.client.config with type arguments of type SdkAdvancedAsyncClientOption Modifier and Type Method Description ClientAsyncConfiguration.BuilderClientAsyncConfiguration.Builder. advancedOptions(Map<SdkAdvancedAsyncClientOption<?>,?> advancedOptions)Configure the map of advanced override options.
-