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