JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.services.s3.internal

Interface ServerSideEncryptionResult

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      Boolean getBucketKeyEnabled ()
      Indicates whether the object uses an S3 Bucket Key for server-side encryption with Amazon Web Services KMS (SSE-KMS).
      String getSSEAlgorithm ()
      Returns the server-side encryption algorithm if the object is encrypted using Amazon Web Services-managed keys.
      String getSSECustomerAlgorithm ()
      Returns the server-side encryption algorithm if the object is encrypted using customer-provided keys.
      String getSSECustomerKeyMd5 ()
      Returns the base64-encoded MD5 digest of the encryption key for server-side encryption, if the object is encrypted using customer-provided keys.
      void setBucketKeyEnabled (Boolean bucketKeyEnabled)
      Sets whether or not the object is encrypted with Bucket Key.
      void setSSEAlgorithm (String algorithm)
      Sets the server-side encryption algorithm for the response.
      void setSSECustomerAlgorithm (String algorithm)
      Sets the server-side encryption algorithm used when encrypting the object with customer-provided keys.
      void setSSECustomerKeyMd5 (String md5Digest)
      Sets the base64-encoded MD5 digest of the encryption key for server-side encryption.
    • Method Detail

      • getSSEAlgorithm

        String getSSEAlgorithm()
        Returns the server-side encryption algorithm if the object is encrypted using Amazon Web Services-managed keys. Otherwise returns null.
      • setSSEAlgorithm

        void setSSEAlgorithm(String algorithm)
        Sets the server-side encryption algorithm for the response.
        Parameters:
        algorithm - The server-side encryption algorithm for the response.
      • getSSECustomerAlgorithm

        String getSSECustomerAlgorithm()
        Returns the server-side encryption algorithm if the object is encrypted using customer-provided keys. Otherwise returns null.
      • setSSECustomerAlgorithm

        void setSSECustomerAlgorithm(String algorithm)
        Sets the server-side encryption algorithm used when encrypting the object with customer-provided keys.
        Parameters:
        algorithm - The server-side encryption algorithm used when encrypting the object with customer-provided keys.
      • getSSECustomerKeyMd5

        String getSSECustomerKeyMd5()
        Returns the base64-encoded MD5 digest of the encryption key for server-side encryption, if the object is encrypted using customer-provided keys. Otherwise returns null.
      • setSSECustomerKeyMd5

        void setSSECustomerKeyMd5(String md5Digest)
        Sets the base64-encoded MD5 digest of the encryption key for server-side encryption.
        Parameters:
        md5Digest - The base64-encoded MD5 digest of the encryption key for server-side encryption.
      • getBucketKeyEnabled

        Boolean getBucketKeyEnabled()
        Indicates whether the object uses an S3 Bucket Key for server-side encryption with Amazon Web Services KMS (SSE-KMS).
      • setBucketKeyEnabled

        void setBucketKeyEnabled(Boolean bucketKeyEnabled)
        Sets whether or not the object is encrypted with Bucket Key.
        Parameters:
        bucketKeyEnabled - Whether or not bucket key is enabled
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /