Class DecryptMaterialsRequest


  • public class DecryptMaterialsRequest
    extends Object
    • Method Detail

      • s3Request

        public software.amazon.awssdk.services.s3.model.GetObjectRequest s3Request()
      • encryptedDataKeys

        public List<EncryptedDataKey> encryptedDataKeys()
        Note that the underlying implementation uses a Collections.unmodifiableList which is immutable.
      • encryptionContext

        public Map<String,​String> encryptionContext()
        Note that the underlying implementation uses a Collections.unmodifiableMap which is immutable.
      • ciphertextLength

        public long ciphertextLength()
      • contentRange

        public String contentRange()