Uses of Class
software.amazon.awssdk.core.FileRequestBodyConfiguration
-
Packages that use FileRequestBodyConfiguration Package Description software.amazon.awssdk.core.async -
-
Uses of FileRequestBodyConfiguration in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async with parameters of type FileRequestBodyConfiguration Modifier and Type Method Description static AsyncRequestBody
AsyncRequestBody. fromFile(FileRequestBodyConfiguration configuration)
Creates anAsyncRequestBody
that produces data from the contents of a file.
-