| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
S3Resource |
S3Resource.clone() |
S3Resource |
S3Resource.withBucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an Amazon S3 bucket.
|
S3Resource |
S3Resource.withKeyRange(KeyRange keyRange)
For export jobs, you can provide an optional
KeyRange within a specific Amazon S3 bucket. |
| Modifier and Type | Method and Description |
|---|---|
List<S3Resource> |
JobResource.getS3Resources()
An array of
S3Resource objects. |
| Modifier and Type | Method and Description |
|---|---|
JobResource |
JobResource.withS3Resources(S3Resource... s3Resources)
An array of
S3Resource objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobResource.setS3Resources(Collection<S3Resource> s3Resources)
An array of
S3Resource objects. |
JobResource |
JobResource.withS3Resources(Collection<S3Resource> s3Resources)
An array of
S3Resource objects. |
Copyright © 2019. All rights reserved.