Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Field and Description |
---|---|
private S3ObjectId |
S3ObjectWrapper.id |
Modifier and Type | Method and Description |
---|---|
S3ObjectId |
S3ObjectWrapper.getS3ObjectId() |
Modifier and Type | Method and Description |
---|---|
(package private) GetObjectRequest |
S3CryptoModuleBase.createInstructionGetRequest(S3ObjectId id)
Creates a get object request for an instruction file using
the default instruction file suffix.
|
(package private) GetObjectRequest |
S3CryptoModuleBase.createInstructionGetRequest(S3ObjectId s3objectId,
java.lang.String instFileSuffix)
Creates and return a get object request for an instruction file.
|
(package private) S3ObjectWrapper |
S3CryptoModuleBase.fetchInstructionFile(S3ObjectId s3ObjectId,
java.lang.String instFileSuffix)
Retrieves an instruction file from S3; or null if no instruction file is
found.
|
Constructor and Description |
---|
S3ObjectWrapper(S3Object s3obj,
S3ObjectId id) |
Modifier and Type | Class and Description |
---|---|
class |
InstructionFileId
The S3 object identifier for an instruction file.
|
Modifier and Type | Field and Description |
---|---|
private S3ObjectId |
PutInstructionFileRequest.s3ObjectId
The S3 object id of the respective S3 object to which this instruction
file is used.
|
Modifier and Type | Method and Description |
---|---|
S3ObjectId |
S3ObjectIdBuilder.build() |
S3ObjectId |
PutInstructionFileRequest.getS3ObjectId()
Returns the S3 object id for which the new instruction file will be
created.
|
S3ObjectId |
GetObjectRequest.getS3ObjectId()
Returns an immutable S3 object id.
|
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,
java.lang.String suffix) |
PutInstructionFileRequest(S3ObjectId s3ObjectId,
java.util.Map<java.lang.String,java.lang.String> matDesc,
java.lang.String suffix) |
S3ObjectIdBuilder(S3ObjectId id) |