| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFileCacheResponse |
FSxClient.updateFileCache(Consumer<UpdateFileCacheRequest.Builder> updateFileCacheRequest)
Updates the configuration of an existing Amazon File Cache resource.
|
default CompletableFuture<UpdateFileCacheResponse> |
FSxAsyncClient.updateFileCache(Consumer<UpdateFileCacheRequest.Builder> updateFileCacheRequest)
Updates the configuration of an existing Amazon File Cache resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.builder() |
UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.Builder.clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.Builder.fileCacheId(String fileCacheId)
The ID of the cache that you are updating.
|
default UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.Builder.lustreConfiguration(Consumer<UpdateFileCacheLustreConfiguration.Builder> lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
|
UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.Builder.lustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
|
UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFileCacheRequest.Builder |
UpdateFileCacheRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFileCacheRequest.Builder> |
UpdateFileCacheRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.