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.
com.amazonaws.services.identitymanagement.model

Class TrackedActionLastAccessed

    • Constructor Detail

      • TrackedActionLastAccessed

        public TrackedActionLastAccessed()
    • Method Detail

      • setActionName

        public void setActionName(String actionName)

        The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.

        Parameters:
        actionName - The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
      • getActionName

        public String getActionName()

        The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.

        Returns:
        The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
      • withActionName

        public TrackedActionLastAccessed withActionName(String actionName)

        The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.

        Parameters:
        actionName - The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastAccessedEntity

        public void setLastAccessedEntity(String lastAccessedEntity)
        Parameters:
        lastAccessedEntity -
      • getLastAccessedEntity

        public String getLastAccessedEntity()
        Returns:
      • withLastAccessedEntity

        public TrackedActionLastAccessed withLastAccessedEntity(String lastAccessedEntity)
        Parameters:
        lastAccessedEntity -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastAccessedTime

        public void setLastAccessedTime(Date lastAccessedTime)

        The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Parameters:
        lastAccessedTime - The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

      • getLastAccessedTime

        public Date getLastAccessedTime()

        The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Returns:
        The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

      • withLastAccessedTime

        public TrackedActionLastAccessed withLastAccessedTime(Date lastAccessedTime)

        The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Parameters:
        lastAccessedTime - The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastAccessedRegion

        public void setLastAccessedRegion(String lastAccessedRegion)

        The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Parameters:
        lastAccessedRegion - The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

      • getLastAccessedRegion

        public String getLastAccessedRegion()

        The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Returns:
        The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

      • withLastAccessedRegion

        public TrackedActionLastAccessed withLastAccessedRegion(String lastAccessedRegion)

        The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Parameters:
        lastAccessedRegion - The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

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