| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateFileSystemResponse |
EfsClient.updateFileSystem(Consumer<UpdateFileSystemRequest.Builder> updateFileSystemRequest)
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
|
default UpdateFileSystemResponse |
EfsClient.updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFileSystemResponse> |
EfsAsyncClient.updateFileSystem(Consumer<UpdateFileSystemRequest.Builder> updateFileSystemRequest)
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
|
default CompletableFuture<UpdateFileSystemResponse> |
EfsAsyncClient.updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
|
Copyright © 2023. All rights reserved.