Class ModifyActivityStreamRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.

        Returns:
        The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.
      • auditPolicyState

        public final AuditPolicyState auditPolicyState()

        The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.

        If the service returns an enum value that is not available in the current SDK version, auditPolicyState will return AuditPolicyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from auditPolicyStateAsString().

        Returns:
        The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
        See Also:
        AuditPolicyState
      • auditPolicyStateAsString

        public final String auditPolicyStateAsString()

        The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.

        If the service returns an enum value that is not available in the current SDK version, auditPolicyState will return AuditPolicyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from auditPolicyStateAsString().

        Returns:
        The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
        See Also:
        AuditPolicyState
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object