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 InstructionFileIdInstructionFileId. instructionFileId()Always throwsUnsupportedOperationExceptionsince an instruction file itself cannot further have an instruction file.InstructionFileIdInstructionFileId. instructionFileId(String suffix)Always throwsUnsupportedOperationExceptionsince an instruction file itself cannot further have an instruction file.InstructionFileIdS3ObjectId. instructionFileId()Returns the instruction file id of the default instruction file.InstructionFileIdS3ObjectId. instructionFileId(String suffix)Returns the instruction file id of an instruction file with the given suffix.
-