| Package | Description |
|---|---|
| com.amazonaws.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFileCacheResult> |
AmazonFSxAsyncClient.updateFileCacheAsync(UpdateFileCacheRequest request,
AsyncHandler<UpdateFileCacheRequest,UpdateFileCacheResult> asyncHandler) |
Future<UpdateFileCacheResult> |
AmazonFSxAsync.updateFileCacheAsync(UpdateFileCacheRequest updateFileCacheRequest,
AsyncHandler<UpdateFileCacheRequest,UpdateFileCacheResult> asyncHandler)
Updates the configuration of an existing Amazon File Cache resource.
|
Future<UpdateFileCacheResult> |
AbstractAmazonFSxAsync.updateFileCacheAsync(UpdateFileCacheRequest request,
AsyncHandler<UpdateFileCacheRequest,UpdateFileCacheResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFileCacheRequest |
UpdateFileCacheRequest.clone() |
UpdateFileCacheRequest |
UpdateFileCacheRequest.withClientRequestToken(String clientRequestToken) |
UpdateFileCacheRequest |
UpdateFileCacheRequest.withFileCacheId(String fileCacheId)
The ID of the cache that you are updating.
|
UpdateFileCacheRequest |
UpdateFileCacheRequest.withLustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
|
Copyright © 2023. All rights reserved.