Uses of Class
software.amazon.awssdk.services.snowball.model.JobMetadata
-
Packages that use JobMetadata Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of JobMetadata in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return JobMetadata Modifier and Type Method Description JobMetadataDescribeJobResponse. jobMetadata()Information about a specific job, including shipping information, job status, and other important metadata.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type JobMetadata Modifier and Type Method 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.Methods in software.amazon.awssdk.services.snowball.model with parameters of type JobMetadata Modifier and Type Method Description DescribeJobResponse.BuilderDescribeJobResponse.Builder. jobMetadata(JobMetadata jobMetadata)Information about a specific job, including shipping information, job status, and other important metadata.DescribeJobResponse.BuilderDescribeJobResponse.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.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type JobMetadata Modifier and Type Method Description DescribeJobResponse.BuilderDescribeJobResponse.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.
-