Uses of Interface
software.amazon.awssdk.services.fsx.model.AutoExportPolicy.Builder
-
Packages that use AutoExportPolicy.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AutoExportPolicy.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AutoExportPolicy.Builder Modifier and Type Method Description static AutoExportPolicy.BuilderAutoExportPolicy. builder()AutoExportPolicy.BuilderAutoExportPolicy.Builder. events(Collection<EventType> events)TheAutoExportPolicycan have the following event values:AutoExportPolicy.BuilderAutoExportPolicy.Builder. events(EventType... events)TheAutoExportPolicycan have the following event values:AutoExportPolicy.BuilderAutoExportPolicy.Builder. eventsWithStrings(String... events)TheAutoExportPolicycan have the following event values:AutoExportPolicy.BuilderAutoExportPolicy.Builder. eventsWithStrings(Collection<String> events)TheAutoExportPolicycan have the following event values:AutoExportPolicy.BuilderAutoExportPolicy. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type AutoExportPolicy.Builder Modifier and Type Method Description static Class<? extends AutoExportPolicy.Builder>AutoExportPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type AutoExportPolicy.Builder Modifier and Type Method Description default NFSDataRepositoryConfiguration.BuilderNFSDataRepositoryConfiguration.Builder. autoExportPolicy(Consumer<AutoExportPolicy.Builder> autoExportPolicy)This parameter is not supported for Amazon File Cache.default S3DataRepositoryConfiguration.BuilderS3DataRepositoryConfiguration.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.
-