| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
AWS Snowball is 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).
|
| Modifier and Type | Method and Description |
|---|---|
default GetJobManifestResponse |
SnowballClient.getJobManifest(Consumer<GetJobManifestRequest.Builder> getJobManifestRequest)
Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified
JobId value. |
default GetJobManifestResponse |
SnowballClient.getJobManifest(GetJobManifestRequest getJobManifestRequest)
Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified
JobId value. |
| Modifier and Type | Method and 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 specified
JobId value. |
default CompletableFuture<GetJobManifestResponse> |
SnowballAsyncClient.getJobManifest(GetJobManifestRequest getJobManifestRequest)
Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified
JobId value. |
Copyright © 2020. All rights reserved.