Uses of Class
software.amazon.awssdk.core.client.config.SdkAdvancedAsyncClientOption
Packages that use SdkAdvancedAsyncClientOption
-
Uses of SdkAdvancedAsyncClientOption in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config declared as SdkAdvancedAsyncClientOptionModifier and TypeFieldDescriptionstatic final SdkAdvancedAsyncClientOption<Boolean>SdkAdvancedAsyncClientOption.CRT_MEMORY_BUFFER_DISABLEDAdvanced configuration for the native S3CrtAsyncClient, which only applies for file-based multipart uploads.static final 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 SdkAdvancedAsyncClientOptionModifier and TypeMethodDescription<T> TClientAsyncConfiguration.advancedOption(SdkAdvancedAsyncClientOption<T> option) Load the requested advanced option that was configured on the client builder.ClientAsyncConfiguration.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 SdkAdvancedAsyncClientOptionModifier and TypeMethodDescriptionClientAsyncConfiguration.Builder.advancedOptions(Map<SdkAdvancedAsyncClientOption<?>, ?> advancedOptions) Configure the map of advanced override options.