Uses of Class
software.amazon.awssdk.core.internal.async.SubAsyncRequestBodyConfiguration
-
Packages that use SubAsyncRequestBodyConfiguration Package Description software.amazon.awssdk.core.internal.async -
-
Uses of SubAsyncRequestBodyConfiguration in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return SubAsyncRequestBodyConfiguration Modifier and Type Method Description SubAsyncRequestBodyConfigurationSubAsyncRequestBodyConfiguration.Builder. build()Builds aSubAsyncRequestBodyConfigurationobject based on the values held by this builder.Constructors in software.amazon.awssdk.core.internal.async with parameters of type SubAsyncRequestBodyConfiguration Constructor Description NonRetryableSubAsyncRequestBody(SubAsyncRequestBodyConfiguration configuration)Creates a new NonRetryableSubAsyncRequestBody with the given configuration.RetryableSubAsyncRequestBody(SubAsyncRequestBodyConfiguration configuration)Creates a new RetryableSubAsyncRequestBody with the given configuration.
-