| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
KeyRange |
KeyRange.clone() |
KeyRange |
S3Resource.getKeyRange()
For export jobs, you can provide an optional
KeyRange within a specific Amazon S3 bucket. |
KeyRange |
KeyRange.withBeginMarker(String beginMarker)
The key that starts an optional key range for an export job.
|
KeyRange |
KeyRange.withEndMarker(String endMarker)
The key that ends an optional key range for an export job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3Resource.setKeyRange(KeyRange keyRange)
For export jobs, you can provide an optional
KeyRange within a specific Amazon S3 bucket. |
S3Resource |
S3Resource.withKeyRange(KeyRange keyRange)
For export jobs, you can provide an optional
KeyRange within a specific Amazon S3 bucket. |
Copyright © 2023. All rights reserved.