Uses of Class
com.amazonaws.services.s3.model.InstructionFileId
-
Packages that use InstructionFileId Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of InstructionFileId in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return InstructionFileId Modifier and Type Method Description InstructionFileId
InstructionFileId. instructionFileId()
Always throwsUnsupportedOperationException
since an instruction file itself cannot further have an instruction file.InstructionFileId
InstructionFileId. instructionFileId(String suffix)
Always throwsUnsupportedOperationException
since an instruction file itself cannot further have an instruction file.InstructionFileId
S3ObjectId. instructionFileId()
Returns the instruction file id of the default instruction file.InstructionFileId
S3ObjectId. instructionFileId(String suffix)
Returns the instruction file id of an instruction file with the given suffix.
-