| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.addTaggingEntry(String key,
String value) |
S3Location |
S3Location.addUserMetadataEntry(String key,
String value) |
S3Location |
S3Location.clearTaggingEntries()
Removes all the entries added into Tagging.
|
S3Location |
S3Location.clearUserMetadataEntries()
Removes all the entries added into UserMetadata.
|
S3Location |
S3Location.clone() |
S3Location |
OutputLocation.getS3()
Describes an S3 location that will receive the results of the job request.
|
S3Location |
S3Location.withAccessControlList(Collection<Grant> accessControlList)
A list of grants that control access to the staged results.
|
S3Location |
S3Location.withAccessControlList(Grant... accessControlList)
A list of grants that control access to the staged results.
|
S3Location |
S3Location.withBucketName(String bucketName)
The name of the Amazon S3 bucket where the job results are stored.
|
S3Location |
S3Location.withCannedACL(CannedACL cannedACL)
The canned access control list (ACL) to apply to the job results.
|
S3Location |
S3Location.withCannedACL(String cannedACL)
The canned access control list (ACL) to apply to the job results.
|
S3Location |
S3Location.withEncryption(Encryption encryption)
Contains information about the encryption used to store the job results in Amazon S3.
|
S3Location |
S3Location.withPrefix(String prefix)
The prefix that is prepended to the results for this request.
|
S3Location |
S3Location.withStorageClass(StorageClass storageClass)
The storage class used to store the job results.
|
S3Location |
S3Location.withStorageClass(String storageClass)
The storage class used to store the job results.
|
S3Location |
S3Location.withTagging(Map<String,String> tagging)
The tag-set that is applied to the job results.
|
S3Location |
S3Location.withUserMetadata(Map<String,String> userMetadata)
A map of metadata to store with the job results in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputLocation.setS3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
|
OutputLocation |
OutputLocation.withS3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
|
Copyright © 2020. All rights reserved.