Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto.v2 | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
protected void |
S3CryptoModuleAEStrict.securityCheck(com.amazonaws.services.s3.internal.crypto.v2.ContentCryptoMaterial cekMaterial,
S3ObjectId objectId,
boolean isRangeGet) |
protected void |
S3CryptoModuleBase.securityCheck(com.amazonaws.services.s3.internal.crypto.v2.ContentCryptoMaterial cekMaterial,
S3ObjectId objectId,
boolean isRangeGet)
Checks if the the crypto scheme used in the given content crypto material
is allowed to be used in this crypto module.
|
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 |
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 |
---|---|
PutObjectRequest |
PutInstructionFileRequest.createPutObjectRequest(S3ObjectId objectId)
Creates and returns a
PutObjectRequest for the instruction file with the specified suffix. |
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 © 2022. All rights reserved.