Uses of Class
com.amazonaws.services.s3.model.S3ObjectId
-
Packages that use S3ObjectId Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of S3ObjectId in com.amazonaws.services.s3.model
Subclasses of S3ObjectId in com.amazonaws.services.s3.model Modifier and Type Class Description class
InstructionFileId
The S3 object identifier for an instruction file.Methods in com.amazonaws.services.s3.model that return S3ObjectId Modifier and Type Method 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.Methods in com.amazonaws.services.s3.model with parameters of type S3ObjectId Modifier and Type Method 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.Constructors in com.amazonaws.services.s3.model with parameters of type S3ObjectId Constructor 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)
-