| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
JobResource |
JobResource.clone() |
JobResource |
JobMetadata.getResources()
An array of
S3Resource objects. |
JobResource |
CreateJobRequest.getResources()
Defines the Amazon S3 buckets associated with this job.
|
JobResource |
UpdateJobRequest.getResources()
The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated
JobResource object (for multiple buckets or key ranges).
|
JobResource |
JobResource.withS3Resources(Collection<S3Resource> s3Resources)
An array of
S3Resource objects. |
JobResource |
JobResource.withS3Resources(S3Resource... s3Resources)
An array of
S3Resource objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMetadata.setResources(JobResource resources)
An array of
S3Resource objects. |
void |
CreateJobRequest.setResources(JobResource resources)
Defines the Amazon S3 buckets associated with this job.
|
void |
UpdateJobRequest.setResources(JobResource resources)
The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated
JobResource object (for multiple buckets or key ranges).
|
JobMetadata |
JobMetadata.withResources(JobResource resources)
An array of
S3Resource objects. |
CreateJobRequest |
CreateJobRequest.withResources(JobResource resources)
Defines the Amazon S3 buckets associated with this job.
|
UpdateJobRequest |
UpdateJobRequest.withResources(JobResource resources)
The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated
JobResource object (for multiple buckets or key ranges).
|
Copyright © 2016. All rights reserved.