| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteFileCacheResponse |
FSxClient.deleteFileCache(Consumer<DeleteFileCacheRequest.Builder> deleteFileCacheRequest)
Deletes an Amazon File Cache resource.
|
default DeleteFileCacheResponse |
FSxClient.deleteFileCache(DeleteFileCacheRequest deleteFileCacheRequest)
Deletes an Amazon File Cache resource.
|
default DescribeFileCachesResponse |
FSxClient.describeFileCaches(Consumer<DescribeFileCachesRequest.Builder> describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
default DescribeFileCachesResponse |
FSxClient.describeFileCaches(DescribeFileCachesRequest describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
default DescribeFileCachesIterable |
FSxClient.describeFileCachesPaginator(Consumer<DescribeFileCachesRequest.Builder> describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
default DescribeFileCachesIterable |
FSxClient.describeFileCachesPaginator(DescribeFileCachesRequest describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
default UpdateFileCacheResponse |
FSxClient.updateFileCache(Consumer<UpdateFileCacheRequest.Builder> updateFileCacheRequest)
Updates the configuration of an existing Amazon File Cache resource.
|
default UpdateFileCacheResponse |
FSxClient.updateFileCache(UpdateFileCacheRequest updateFileCacheRequest)
Updates the configuration of an existing Amazon File Cache resource.
|
Copyright © 2023. All rights reserved.