| 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 Snow device 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 Snow device's data transfer while the device is at Amazon Web
Services.
|
JobMetadata |
JobMetadata.withDescription(String description)
The description of the job, provided at job creation.
|
JobMetadata |
JobMetadata.withDeviceConfiguration(DeviceConfiguration deviceConfiguration) |
JobMetadata |
JobMetadata.withForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
|
JobMetadata |
JobMetadata.withImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
JobMetadata |
JobMetadata.withImpactLevel(String impactLevel)
The highest impact level of data that will be stored or processed on the device, 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 Key Management Service (KMS) key associated with this job.
|
JobMetadata |
JobMetadata.withLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
JobMetadata |
JobMetadata.withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
JobMetadata |
JobMetadata.withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
JobMetadata |
JobMetadata.withPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
|
JobMetadata |
JobMetadata.withRemoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
JobMetadata |
JobMetadata.withRemoteManagement(String remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
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 Snow device capacity preference for this job, specified at job creation.
|
JobMetadata |
JobMetadata.withSnowballCapacityPreference(String snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
JobMetadata |
JobMetadata.withSnowballId(String snowballId)
Unique ID associated with a device.
|
JobMetadata |
JobMetadata.withSnowballType(SnowballType snowballType)
The type of device used with this job.
|
JobMetadata |
JobMetadata.withSnowballType(String snowballType)
The type of device used with this job.
|
JobMetadata |
JobMetadata.withTaxDocuments(TaxDocuments taxDocuments)
The metadata associated with the tax documents required in your Amazon Web Services Region.
|
| 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 © 2024. All rights reserved.