Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
EncryptedGetObjectRequest |
EncryptedGetObjectRequest.withExtraMaterialsDescription(ExtraMaterialsDescription supplemental)
Sets the supplemental materials description for the encryption materials
to be used with the current request.
|
EncryptedGetObjectRequest |
EncryptedGetObjectRequest.withExtraMaterialsDescription(Map<String,String> supplemental)
Fluent API to set the supplemental materials description for the
encryption materials to be used with the current request.
|
EncryptedGetObjectRequest |
EncryptedGetObjectRequest.withInstructionFileSuffix(String instructionFileSuffix)
Fluent API to explicitly sets the suffix of an instruction file to be
used to retrieve the S3 encrypted object.
|
EncryptedGetObjectRequest |
EncryptedGetObjectRequest.withKeyWrapExpected(boolean keyWrapExpected)
Fluent API for
setKeyWrapExpected(boolean) . |
EncryptedGetObjectRequest |
EncryptedGetObjectRequest.withPartNumber(Integer partNumber)
Deprecated.
|
EncryptedGetObjectRequest |
EncryptedGetObjectRequest.withRange(long start)
Deprecated.
|
EncryptedGetObjectRequest |
EncryptedGetObjectRequest.withRange(long start,
long end)
Deprecated.
|
Copyright © 2022. All rights reserved.