| Package | Description |
|---|---|
| software.amazon.awssdk.core | |
| software.amazon.awssdk.core.async | |
| software.amazon.awssdk.core.internal.async |
| Modifier and Type | Method and Description |
|---|---|
static FileTransformerConfiguration |
FileTransformerConfiguration.defaultCreateNew()
Returns the default
FileTransformerConfiguration for FileTransformerConfiguration.FileWriteOption.CREATE_NEW |
static FileTransformerConfiguration |
FileTransformerConfiguration.defaultCreateOrAppend()
|
static FileTransformerConfiguration |
FileTransformerConfiguration.defaultCreateOrReplaceExisting()
Returns the default
FileTransformerConfiguration for FileTransformerConfiguration.FileWriteOption.CREATE_OR_REPLACE_EXISTING |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT> |
AsyncResponseTransformer.toFile(File file,
FileTransformerConfiguration config)
Creates an
AsyncResponseTransformer that writes all the content to the given file with the specified FileTransformerConfiguration. |
static <ResponseT> |
AsyncResponseTransformer.toFile(Path path,
FileTransformerConfiguration config)
Creates an
AsyncResponseTransformer that writes all the content to the given file with the specified FileTransformerConfiguration. |
| Constructor and Description |
|---|
FileAsyncResponseTransformer(Path path,
FileTransformerConfiguration fileConfiguration) |
Copyright © 2022. All rights reserved.