| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoExportPolicy.Builder |
AutoExportPolicy.builder() |
AutoExportPolicy.Builder |
AutoExportPolicy.Builder.events(Collection<EventType> events)
The
AutoExportPolicy can have the following event values: |
AutoExportPolicy.Builder |
AutoExportPolicy.Builder.events(EventType... events)
The
AutoExportPolicy can have the following event values: |
AutoExportPolicy.Builder |
AutoExportPolicy.Builder.eventsWithStrings(Collection<String> events)
The
AutoExportPolicy can have the following event values: |
AutoExportPolicy.Builder |
AutoExportPolicy.Builder.eventsWithStrings(String... events)
The
AutoExportPolicy can have the following event values: |
AutoExportPolicy.Builder |
AutoExportPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoExportPolicy.Builder> |
AutoExportPolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NFSDataRepositoryConfiguration.Builder |
NFSDataRepositoryConfiguration.Builder.autoExportPolicy(Consumer<AutoExportPolicy.Builder> autoExportPolicy)
This parameter is not supported for Amazon File Cache.
|
default S3DataRepositoryConfiguration.Builder |
S3DataRepositoryConfiguration.Builder.autoExportPolicy(Consumer<AutoExportPolicy.Builder> autoExportPolicy)
Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your
file system to the linked S3 bucket.
|
Copyright © 2023. All rights reserved.