com.filenet.api.admin

Interface CmAWSFixedContentDevice

    • Method Detail

      • get_DeviceConnectionURL

        java.lang.String get_DeviceConnectionURL()
        The URL used to make a connection to a storage or fixed content device.
      • set_DeviceConnectionURL

        void set_DeviceConnectionURL(java.lang.String value)
        The URL used to make a connection to a storage or fixed content device. Settability Restrictions: None.
      • get_HttpsCertValidationEnabled

        java.lang.Boolean get_HttpsCertValidationEnabled()
        Enable hostname and certificate validation over an https connection to a FCD. Certificate validation may be disabled when the http device being connected to is within the same corporate firewall and using a self-signed certificate.
      • set_HttpsCertValidationEnabled

        void set_HttpsCertValidationEnabled(java.lang.Boolean value)
        Enable hostname and certificate validation over an https connection to a FCD. Certificate validation may be disabled when the http device being connected to is within the same corporate firewall and using a self-signed certificate. Settability Restrictions: None.
      • get_AWSAccessKey

        java.lang.String get_AWSAccessKey()
        The access key for connecting to the Amazon Web Service.
      • set_AWSAccessKey

        void set_AWSAccessKey(java.lang.String value)
        The access key for connecting to the Amazon Web Service. Settability Restrictions: None.
      • get_AWSSecret

        byte[] get_AWSSecret()
        The security secret for connecting to the Amazon Web Service.
      • set_AWSSecret

        void set_AWSSecret(byte[] value)
        The security secret for connecting to the Amazon Web Service. Settability Restrictions: None.
      • get_S3BucketName

        java.lang.String get_S3BucketName()
        Specifies the name of the bucket into which content should be stored in the S3 device.
      • set_S3BucketName

        void set_S3BucketName(java.lang.String value)
        Specifies the name of the bucket into which content should be stored in the S3 device. Settability Restrictions: None.
      • get_S3RegionName

        java.lang.String get_S3RegionName()
        The name of the region for the S3 device.
      • set_S3RegionName

        void set_S3RegionName(java.lang.String value)
        The name of the region for the S3 device. Settability Restrictions: None.
      • get_MaximumRetentionDays

        java.lang.Integer get_MaximumRetentionDays()
        The maximum retention period in days.
      • set_MaximumRetentionDays

        void set_MaximumRetentionDays(java.lang.Integer value)
        The maximum retention period in days. Settability Restrictions: None.
      • get_MinimumRetentionDays

        java.lang.Integer get_MinimumRetentionDays()
        The minimum retention period in days.
      • set_MinimumRetentionDays

        void set_MinimumRetentionDays(java.lang.Integer value)
        The minimum retention period in days. Settability Restrictions: None.
      • get_CredentialsManager

        CmCredentialsManager get_CredentialsManager()
        The dynamic Credentials Manager to use to obtain credentials for access.
      • set_CredentialsManager

        void set_CredentialsManager(CmCredentialsManager value)
        The dynamic Credentials Manager to use to obtain credentials for access. Settability Restrictions: None.

© Copyright IBM Corporation 2006, 2019. All rights reserved.