Uses of Class
com.amazonaws.services.s3.model.S3ObjectId
Packages that use S3ObjectId
Package
Description
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.modelModifier and TypeClassDescriptionfinal class
The S3 object identifier for an instruction file.Methods in com.amazonaws.services.s3.model that return S3ObjectIdModifier and TypeMethodDescriptionS3ObjectIdBuilder.build()
GetObjectRequest.getS3ObjectId()
Returns an immutable S3 object id.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 S3ObjectIdModifier and TypeMethodDescriptionvoid
GetObjectRequest.setS3ObjectId
(S3ObjectId s3ObjectId) Sets the S3 object id for this request.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 S3ObjectIdModifierConstructorDescriptionEncryptedGetObjectRequest
(S3ObjectId s3ObjectId) GetObjectRequest
(S3ObjectId s3ObjectId) PutInstructionFileRequest
(S3ObjectId s3ObjectId, EncryptionMaterials encryptionMaterials, String suffix) PutInstructionFileRequest
(S3ObjectId s3ObjectId, Map<String, String> matDesc, String suffix)