| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
JobMetadata |
DescribeJobResponse.jobMetadata()
Information about a specific job, including shipping information, job status, and other important metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobMetadata> |
DescribeJobResponse.subJobMetadata()
Information about a specific job part (in the case of an export job), including shipping information, job status,
and other important metadata.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.jobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.subJobMetadata(JobMetadata... subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job
status, and other important metadata.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.subJobMetadata(Collection<JobMetadata> subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job
status, and other important metadata.
|
Copyright © 2022. All rights reserved.