| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
JobMetadata |
JobMetadata.clone() |
JobMetadata |
DescribeJobResult.getJobMetadata()
Information about a specific job, including shipping information, job status, and other important metadata.
|
JobMetadata |
JobMetadata.withAddressId(String addressId)
The ID for the address that you want the Snowball shipped to.
|
JobMetadata |
JobMetadata.withClusterId(String clusterId)
The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000. |
JobMetadata |
JobMetadata.withCreationDate(Date creationDate)
The creation date for this job.
|
JobMetadata |
JobMetadata.withDataTransferProgress(DataTransfer dataTransferProgress)
A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS.
|
JobMetadata |
JobMetadata.withDescription(String description)
The description of the job, provided at job creation.
|
JobMetadata |
JobMetadata.withJobId(String jobId)
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000. |
JobMetadata |
JobMetadata.withJobLogInfo(JobLogs jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs.
|
JobMetadata |
JobMetadata.withJobState(JobState jobState)
The current status of the jobs.
|
JobMetadata |
JobMetadata.withJobState(String jobState)
The current status of the jobs.
|
JobMetadata |
JobMetadata.withJobType(JobType jobType)
The type of job.
|
JobMetadata |
JobMetadata.withJobType(String jobType)
The type of job.
|
JobMetadata |
JobMetadata.withKmsKeyARN(String kmsKeyARN)
The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job.
|
JobMetadata |
JobMetadata.withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
JobMetadata |
JobMetadata.withResources(JobResource resources)
An array of
S3Resource objects. |
JobMetadata |
JobMetadata.withRoleARN(String roleARN)
The role ARN associated with this job.
|
JobMetadata |
JobMetadata.withShippingDetails(ShippingDetails shippingDetails)
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
|
JobMetadata |
JobMetadata.withSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snowball capacity preference for this job, specified at job creation.
|
JobMetadata |
JobMetadata.withSnowballCapacityPreference(String snowballCapacityPreference)
The Snowball capacity preference for this job, specified at job creation.
|
JobMetadata |
JobMetadata.withSnowballType(SnowballType snowballType)
The type of appliance used with this job.
|
JobMetadata |
JobMetadata.withSnowballType(String snowballType)
The type of appliance used with this job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobMetadata> |
DescribeJobResult.getSubJobMetadata()
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 |
|---|---|
void |
DescribeJobResult.setJobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
|
DescribeJobResult |
DescribeJobResult.withJobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
|
DescribeJobResult |
DescribeJobResult.withSubJobMetadata(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 |
|---|---|
void |
DescribeJobResult.setSubJobMetadata(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.
|
DescribeJobResult |
DescribeJobResult.withSubJobMetadata(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 © 2017. All rights reserved.