Uses of Class
software.amazon.awssdk.services.fsx.model.CancelDataRepositoryTaskResponse
-
Packages that use CancelDataRepositoryTaskResponse 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. -
-
Uses of CancelDataRepositoryTaskResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CancelDataRepositoryTaskResponse Modifier and Type Method Description default CancelDataRepositoryTaskResponseFSxClient. cancelDataRepositoryTask(Consumer<CancelDataRepositoryTaskRequest.Builder> cancelDataRepositoryTaskRequest)Cancels an existing Amazon FSx for Lustre data repository task if that task is in either thePENDINGorEXECUTINGstate.default CancelDataRepositoryTaskResponseFSxClient. cancelDataRepositoryTask(CancelDataRepositoryTaskRequest cancelDataRepositoryTaskRequest)Cancels an existing Amazon FSx for Lustre data repository task if that task is in either thePENDINGorEXECUTINGstate.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CancelDataRepositoryTaskResponse Modifier and Type Method Description default CompletableFuture<CancelDataRepositoryTaskResponse>FSxAsyncClient. cancelDataRepositoryTask(Consumer<CancelDataRepositoryTaskRequest.Builder> cancelDataRepositoryTaskRequest)Cancels an existing Amazon FSx for Lustre data repository task if that task is in either thePENDINGorEXECUTINGstate.default CompletableFuture<CancelDataRepositoryTaskResponse>FSxAsyncClient. cancelDataRepositoryTask(CancelDataRepositoryTaskRequest cancelDataRepositoryTaskRequest)Cancels an existing Amazon FSx for Lustre data repository task if that task is in either thePENDINGorEXECUTINGstate.
-