Class UpdateMacieSessionRequest

    • Method Detail

      • findingPublishingFrequency

        public final FindingPublishingFrequency findingPublishingFrequency()

        Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

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

        Returns:
        Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
        See Also:
        FindingPublishingFrequency
      • findingPublishingFrequencyAsString

        public final String findingPublishingFrequencyAsString()

        Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

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

        Returns:
        Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
        See Also:
        FindingPublishingFrequency
      • status

        public final MacieStatus status()

        Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.

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

        Returns:
        Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
        See Also:
        MacieStatus
      • statusAsString

        public final String statusAsString()

        Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.

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

        Returns:
        Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
        See Also:
        MacieStatus
      • 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