Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryTaskEndedException
-
Packages that use DataRepositoryTaskEndedException 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 DataRepositoryTaskEndedException in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that throw DataRepositoryTaskEndedException 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.
-