Class GetMacieSessionResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.

        Returns:
        The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
      • findingPublishingFrequency

        public final FindingPublishingFrequency findingPublishingFrequency()

        The frequency with which Amazon Macie publishes 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:
        The frequency with which Amazon Macie publishes 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()

        The frequency with which Amazon Macie publishes 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:
        The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
        See Also:
        FindingPublishingFrequency
      • serviceRole

        public final String serviceRole()

        The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.

        Returns:
        The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
      • status

        public final MacieStatus status()

        The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled 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:
        The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
        See Also:
        MacieStatus
      • statusAsString

        public final String statusAsString()

        The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled 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:
        The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
        See Also:
        MacieStatus
      • updatedAt

        public final Instant updatedAt()

        The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.

        Returns:
        The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.
      • 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