Uses of Interface
software.amazon.awssdk.core.FileTransformerConfiguration.Builder
-
Packages that use FileTransformerConfiguration.Builder Package Description software.amazon.awssdk.core software.amazon.awssdk.core.async -
-
Uses of FileTransformerConfiguration.Builder in software.amazon.awssdk.core
-
Uses of FileTransformerConfiguration.Builder in software.amazon.awssdk.core.async
Method parameters in software.amazon.awssdk.core.async with type arguments of type FileTransformerConfiguration.Builder Modifier and Type Method Description static <ResponseT>
AsyncResponseTransformer<ResponseT,ResponseT>AsyncResponseTransformer. toFile(File file, Consumer<FileTransformerConfiguration.Builder> config)This is a convenience method that creates an instance of theFileTransformerConfigurationbuilder, avoiding the need to create one manually viaFileTransformerConfiguration.builder().static <ResponseT>
AsyncResponseTransformer<ResponseT,ResponseT>AsyncResponseTransformer. toFile(Path path, Consumer<FileTransformerConfiguration.Builder> config)This is a convenience method that creates an instance of theFileTransformerConfigurationbuilder, avoiding the need to create one manually viaFileTransformerConfiguration.builder().
-