Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Class and Description |
---|---|
class |
InstructionFileId
The S3 object identifier for an instruction file.
|
Modifier and Type | Method and Description |
---|---|
S3ObjectId |
S3ObjectIdBuilder.build() |
S3ObjectId |
GetObjectRequest.getS3ObjectId()
Returns an immutable S3 object id.
|
S3ObjectId |
PutInstructionFileRequest.getS3ObjectId()
Returns the S3 object id for which the new instruction file will be
created.
|
Modifier and Type | Method and Description |
---|---|
void |
GetObjectRequest.setS3ObjectId(S3ObjectId s3ObjectId)
Sets the S3 object id for this request.
|
GetObjectRequest |
GetObjectRequest.withS3ObjectId(S3ObjectId s3ObjectId)
Fluent API to set the S3 object id for this request.
|
Constructor and Description |
---|
EncryptedGetObjectRequest(S3ObjectId s3ObjectId) |
GetObjectRequest(S3ObjectId s3ObjectId) |
PutInstructionFileRequest(S3ObjectId s3ObjectId,
EncryptionMaterials encryptionMaterials,
String suffix) |
PutInstructionFileRequest(S3ObjectId s3ObjectId,
Map<String,String> matDesc,
String suffix) |
S3ObjectIdBuilder(S3ObjectId id) |
Copyright © 2018. All rights reserved.