Class ListRecoveryPointsByResourceRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

        Returns:
        An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
      • nextToken

        public final String nextToken()

        The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, 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 items. For example, if a request is made to return MaxResults number of items, 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 items to be returned.

        Amazon RDS requires a value of at least 20.

        Returns:
        The maximum number of items to be returned.

        Amazon RDS requires a value of at least 20.

      • managedByAWSBackupOnly

        public final Boolean managedByAWSBackupOnly()

        This attribute filters recovery points based on ownership.

        If this is set to TRUE, the response will contain recovery points associated with the selected resources that are managed by Backup.

        If this is set to FALSE, the response will contain all recovery points associated with the selected resource.

        Type: Boolean

        Returns:
        This attribute filters recovery points based on ownership.

        If this is set to TRUE, the response will contain recovery points associated with the selected resources that are managed by Backup.

        If this is set to FALSE, the response will contain all recovery points associated with the selected resource.

        Type: Boolean

      • 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