Class ListIndexedRecoveryPointsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The next item following a partial list of returned recovery points.

        For example, if a request is made to return MaxResults number of indexed recovery points, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Returns:
        The next item following a partial list of returned recovery points.

        For example, if a request is made to return MaxResults number of indexed recovery points, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

      • maxResults

        public final Integer maxResults()

        The maximum number of resource list items to be returned.

        Returns:
        The maximum number of resource list items to be returned.
      • sourceResourceArn

        public final String sourceResourceArn()

        A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.

        Returns:
        A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
      • createdBefore

        public final Instant createdBefore()

        Returns only indexed recovery points that were created before the specified date.

        Returns:
        Returns only indexed recovery points that were created before the specified date.
      • createdAfter

        public final Instant createdAfter()

        Returns only indexed recovery points that were created after the specified date.

        Returns:
        Returns only indexed recovery points that were created after the specified date.
      • resourceType

        public final String resourceType()

        Returns a list of indexed recovery points for the specified resource type(s).

        Accepted values include:

        • EBS for Amazon Elastic Block Store

        • S3 for Amazon Simple Storage Service (Amazon S3)

        Returns:
        Returns a list of indexed recovery points for the specified resource type(s).

        Accepted values include:

        • EBS for Amazon Elastic Block Store

        • S3 for Amazon Simple Storage Service (Amazon S3)

      • indexStatus

        public final IndexStatus indexStatus()

        Include this parameter to filter the returned list by the indicated statuses.

        Accepted values: PENDING | ACTIVE | FAILED | DELETING

        A recovery point with an index that has the status of ACTIVE can be included in a search.

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

        Returns:
        Include this parameter to filter the returned list by the indicated statuses.

        Accepted values: PENDING | ACTIVE | FAILED | DELETING

        A recovery point with an index that has the status of ACTIVE can be included in a search.

        See Also:
        IndexStatus
      • indexStatusAsString

        public final String indexStatusAsString()

        Include this parameter to filter the returned list by the indicated statuses.

        Accepted values: PENDING | ACTIVE | FAILED | DELETING

        A recovery point with an index that has the status of ACTIVE can be included in a search.

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

        Returns:
        Include this parameter to filter the returned list by the indicated statuses.

        Accepted values: PENDING | ACTIVE | FAILED | DELETING

        A recovery point with an index that has the status of ACTIVE can be included in a search.

        See Also:
        IndexStatus
      • 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