Uses of Class
software.amazon.awssdk.services.snowball.model.GetJobManifestResponse
-
Packages that use GetJobManifestResponse 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 GetJobManifestResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return GetJobManifestResponse Modifier and Type Method Description default GetJobManifestResponseSnowballClient. getJobManifest(Consumer<GetJobManifestRequest.Builder> getJobManifestRequest)Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specifiedJobIdvalue.default GetJobManifestResponseSnowballClient. getJobManifest(GetJobManifestRequest getJobManifestRequest)Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specifiedJobIdvalue.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type GetJobManifestResponse Modifier and Type Method Description default CompletableFuture<GetJobManifestResponse>SnowballAsyncClient. getJobManifest(Consumer<GetJobManifestRequest.Builder> getJobManifestRequest)Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specifiedJobIdvalue.default CompletableFuture<GetJobManifestResponse>SnowballAsyncClient. getJobManifest(GetJobManifestRequest getJobManifestRequest)Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specifiedJobIdvalue.
-