Uses of Class
software.amazon.awssdk.core.FileTransformerConfiguration
-
Packages that use FileTransformerConfiguration Package Description software.amazon.awssdk.core software.amazon.awssdk.core.async software.amazon.awssdk.core.internal.async -
-
Uses of FileTransformerConfiguration in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return FileTransformerConfiguration Modifier and Type Method Description static FileTransformerConfigurationFileTransformerConfiguration. defaultCreateNew()Returns the defaultFileTransformerConfigurationforFileTransformerConfiguration.FileWriteOption.CREATE_NEWstatic FileTransformerConfigurationFileTransformerConfiguration. defaultCreateOrAppend()static FileTransformerConfigurationFileTransformerConfiguration. defaultCreateOrReplaceExisting()Returns the defaultFileTransformerConfigurationforFileTransformerConfiguration.FileWriteOption.CREATE_OR_REPLACE_EXISTING -
Uses of FileTransformerConfiguration in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async with parameters of type FileTransformerConfiguration Modifier and Type Method Description static <ResponseT>
AsyncResponseTransformer<ResponseT,ResponseT>AsyncResponseTransformer. toFile(File file, FileTransformerConfiguration config)Creates anAsyncResponseTransformerthat writes all the content to the given file with the specifiedFileTransformerConfiguration.static <ResponseT>
AsyncResponseTransformer<ResponseT,ResponseT>AsyncResponseTransformer. toFile(Path path, FileTransformerConfiguration config)Creates anAsyncResponseTransformerthat writes all the content to the given file with the specifiedFileTransformerConfiguration. -
Uses of FileTransformerConfiguration in software.amazon.awssdk.core.internal.async
Constructors in software.amazon.awssdk.core.internal.async with parameters of type FileTransformerConfiguration Constructor Description FileAsyncResponseTransformer(Path path, FileTransformerConfiguration fileConfiguration)
-