| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeProtectedResourceResult |
AWSBackupClient.describeProtectedResource(DescribeProtectedResourceRequest request)
Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name
(ARN), and the Amazon Web Services service type of the saved resource.
|
DescribeProtectedResourceResult |
AWSBackup.describeProtectedResource(DescribeProtectedResourceRequest describeProtectedResourceRequest)
Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name
(ARN), and the Amazon Web Services service type of the saved resource.
|
DescribeProtectedResourceResult |
AbstractAWSBackup.describeProtectedResource(DescribeProtectedResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.clone() |
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withLastBackupTime(Date lastBackupTime)
The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC).
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withLastBackupVaultArn(String lastBackupVaultArn)
This is the ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withLastRecoveryPointArn(String lastRecoveryPointArn)
This is the ARN (Amazon Resource Name) of the most recent recovery point.
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withLatestRestoreExecutionTimeMinutes(Long latestRestoreExecutionTimeMinutes)
This is the time in minutes the most recent restore job took to complete.
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withLatestRestoreJobCreationDate(Date latestRestoreJobCreationDate)
This is the creation date of the most recent restore job.
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withLatestRestoreRecoveryPointCreationDate(Date latestRestoreRecoveryPointCreationDate)
This is the date the most recent recovery point was created.
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withResourceArn(String resourceArn)
An ARN that uniquely identifies a resource.
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
DescribeProtectedResourceResult |
DescribeProtectedResourceResult.withResourceType(String resourceType)
The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an
Amazon RDS database.
|
Copyright © 2024. All rights reserved.