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 GetServiceLastAccessedDetailsWithEntitiesResult

    • Constructor Detail

      • GetServiceLastAccessedDetailsWithEntitiesResult

        public GetServiceLastAccessedDetailsWithEntitiesResult()
    • Method Detail

      • setJobStatus

        public void setJobStatus(String jobStatus)

        The status of the job.

        Parameters:
        jobStatus - The status of the job.
        See Also:
        JobStatusType
      • getJobStatus

        public String getJobStatus()

        The status of the job.

        Returns:
        The status of the job.
        See Also:
        JobStatusType
      • setJobCompletionDate

        public void setJobCompletionDate(Date jobCompletionDate)

        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

        Parameters:
        jobCompletionDate - The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

      • getJobCompletionDate

        public Date getJobCompletionDate()

        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

        Returns:
        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

      • withJobCompletionDate

        public GetServiceLastAccessedDetailsWithEntitiesResult withJobCompletionDate(Date jobCompletionDate)

        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

        Parameters:
        jobCompletionDate - The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

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

        public List<EntityDetails> getEntityDetailsList()

        An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.

        Returns:
        An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.
      • setEntityDetailsList

        public void setEntityDetailsList(Collection<EntityDetails> entityDetailsList)

        An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.

        Parameters:
        entityDetailsList - An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.
      • withEntityDetailsList

        public GetServiceLastAccessedDetailsWithEntitiesResult withEntityDetailsList(EntityDetails... entityDetailsList)

        An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.

        NOTE: This method appends the values to the existing list (if any). Use setEntityDetailsList(java.util.Collection) or withEntityDetailsList(java.util.Collection) if you want to override the existing values.

        Parameters:
        entityDetailsList - An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withEntityDetailsList

        public GetServiceLastAccessedDetailsWithEntitiesResult withEntityDetailsList(Collection<EntityDetails> entityDetailsList)

        An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.

        Parameters:
        entityDetailsList - An EntityDetailsList object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsTruncated

        public void setIsTruncated(Boolean isTruncated)

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Parameters:
        isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
      • getIsTruncated

        public Boolean getIsTruncated()

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Returns:
        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
      • withIsTruncated

        public GetServiceLastAccessedDetailsWithEntitiesResult withIsTruncated(Boolean isTruncated)

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Parameters:
        isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        public Boolean isTruncated()

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Returns:
        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
      • setMarker

        public void setMarker(String marker)

        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

        Parameters:
        marker - When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
      • getMarker

        public String getMarker()

        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

        Returns:
        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
      • withMarker

        public GetServiceLastAccessedDetailsWithEntitiesResult withMarker(String marker)

        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

        Parameters:
        marker - When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setError

        public void setError(ErrorDetails error)

        An object that contains details about the reason the operation failed.

        Parameters:
        error - An object that contains details about the reason the operation failed.
      • getError

        public ErrorDetails getError()

        An object that contains details about the reason the operation failed.

        Returns:
        An object that contains details about the reason the operation failed.
      • withError

        public GetServiceLastAccessedDetailsWithEntitiesResult withError(ErrorDetails error)

        An object that contains details about the reason the operation failed.

        Parameters:
        error - An object that contains details about the reason the operation failed.
        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 によって変換されたページ (->オリジナル) /