Uses of Class
software.amazon.awssdk.services.snowball.model.CancelJobResponse
-
Packages that use CancelJobResponse Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). -
-
Uses of CancelJobResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return CancelJobResponse Modifier and Type Method Description default CancelJobResponseSnowballClient. cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)Cancels the specified job.default CancelJobResponseSnowballClient. cancelJob(CancelJobRequest cancelJobRequest)Cancels the specified job.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type CancelJobResponse Modifier and Type Method Description default CompletableFuture<CancelJobResponse>SnowballAsyncClient. cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)Cancels the specified job.default CompletableFuture<CancelJobResponse>SnowballAsyncClient. cancelJob(CancelJobRequest cancelJobRequest)Cancels the specified job.
-