Uses of Class
software.amazon.awssdk.core.FileTransformerConfiguration
Packages that use FileTransformerConfiguration
Package
Description
-
Uses of FileTransformerConfiguration in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return FileTransformerConfigurationModifier and TypeMethodDescriptionstatic 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 FileTransformerConfigurationModifier and TypeMethodDescriptionstatic <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 FileTransformerConfigurationModifierConstructorDescriptionFileAsyncResponseTransformer(Path path, FileTransformerConfiguration fileConfiguration)