| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemResponse |
EfsClient.createFileSystem(Consumer<CreateFileSystemRequest.Builder> createFileSystemRequest)
Creates a new, empty file system.
|
default CreateFileSystemResponse |
EfsClient.createFileSystem(CreateFileSystemRequest createFileSystemRequest)
Creates a new, empty file system.
|
default CreateReplicationConfigurationResponse |
EfsClient.createReplicationConfiguration(Consumer<CreateReplicationConfigurationRequest.Builder> createReplicationConfigurationRequest)
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
|
default CreateReplicationConfigurationResponse |
EfsClient.createReplicationConfiguration(CreateReplicationConfigurationRequest createReplicationConfigurationRequest)
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
|
Copyright © 2023. All rights reserved.