Uses of Class
software.amazon.awssdk.services.fsx.model.CreateFileCacheRequest
-
Packages that use CreateFileCacheRequest 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.transform -
-
Uses of CreateFileCacheRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type CreateFileCacheRequest Modifier and Type Method Description default CompletableFuture<CreateFileCacheResponse>FSxAsyncClient. createFileCache(CreateFileCacheRequest createFileCacheRequest)Creates a new Amazon File Cache resource.default CreateFileCacheResponseFSxClient. createFileCache(CreateFileCacheRequest createFileCacheRequest)Creates a new Amazon File Cache resource. -
Uses of CreateFileCacheRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type CreateFileCacheRequest Modifier and Type Method Description SdkHttpFullRequestCreateFileCacheRequestMarshaller. marshall(CreateFileCacheRequest createFileCacheRequest)
-