Uses of Class
software.amazon.awssdk.services.snowball.model.GetJobUnlockCodeResponse
-
Packages that use GetJobUnlockCodeResponse 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 GetJobUnlockCodeResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return GetJobUnlockCodeResponse Modifier and Type Method Description default GetJobUnlockCodeResponseSnowballClient. getJobUnlockCode(Consumer<GetJobUnlockCodeRequest.Builder> getJobUnlockCodeRequest)Returns theUnlockCodecode value for the specified job.default GetJobUnlockCodeResponseSnowballClient. getJobUnlockCode(GetJobUnlockCodeRequest getJobUnlockCodeRequest)Returns theUnlockCodecode value for the specified job.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type GetJobUnlockCodeResponse Modifier and Type Method Description default CompletableFuture<GetJobUnlockCodeResponse>SnowballAsyncClient. getJobUnlockCode(Consumer<GetJobUnlockCodeRequest.Builder> getJobUnlockCodeRequest)Returns theUnlockCodecode value for the specified job.default CompletableFuture<GetJobUnlockCodeResponse>SnowballAsyncClient. getJobUnlockCode(GetJobUnlockCodeRequest getJobUnlockCodeRequest)Returns theUnlockCodecode value for the specified job.
-