| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeRecoveryPointResult |
AWSBackupClient.describeRecoveryPoint(DescribeRecoveryPointRequest request)
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
|
DescribeRecoveryPointResult |
AbstractAWSBackup.describeRecoveryPoint(DescribeRecoveryPointRequest request) |
DescribeRecoveryPointResult |
AWSBackup.describeRecoveryPoint(DescribeRecoveryPointRequest describeRecoveryPointRequest)
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeRecoveryPointResult> |
AWSBackupAsyncClient.describeRecoveryPointAsync(DescribeRecoveryPointRequest request,
AsyncHandler<DescribeRecoveryPointRequest,DescribeRecoveryPointResult> asyncHandler) |
Future<DescribeRecoveryPointResult> |
AbstractAWSBackupAsync.describeRecoveryPointAsync(DescribeRecoveryPointRequest request,
AsyncHandler<DescribeRecoveryPointRequest,DescribeRecoveryPointResult> asyncHandler) |
Future<DescribeRecoveryPointResult> |
AWSBackupAsync.describeRecoveryPointAsync(DescribeRecoveryPointRequest describeRecoveryPointRequest,
AsyncHandler<DescribeRecoveryPointRequest,DescribeRecoveryPointResult> asyncHandler)
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.clone() |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withBackupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withCalculatedLifecycle(CalculatedLifecycle calculatedLifecycle)
A
CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
timestamps. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withCompletionDate(Date completionDate)
The date and time that a job to create a recovery point is completed, in Unix format and Coordinated Universal
Time (UTC).
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withCompositeMemberIdentifier(String compositeMemberIdentifier)
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to
a composite (parent) stack.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
used to create it. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withCreationDate(Date creationDate)
The date and time that a recovery point is created, in Unix format and Coordinated Universal Time (UTC).
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withEncryptionKeyArn(String encryptionKeyArn)
The server-side encryption key used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withIsEncrypted(Boolean isEncrypted)
A Boolean value that is returned as
TRUE if the specified recovery point is encrypted, or
FALSE if the recovery point is not encrypted. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withIsParent(Boolean isParent)
This returns the boolean value that a recovery point is a parent (composite) job.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withLastRestoreTime(Date lastRestoreTime)
The date and time that a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC).
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withLifecycle(Lifecycle lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withParentRecoveryPointArn(String parentRecoveryPointArn)
This is an ARN that uniquely identifies a parent (composite) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withResourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withResourceType(String resourceType)
The type of Amazon Web Services resource to save as a recovery point; for example, an Amazon Elastic Block Store
(Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withSourceBackupVaultArn(String sourceBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed
up in; for example,
arn:aws:backup:us-east-1:123456789012:vault:BackupVault. |
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withStatus(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withStatus(String status)
A status code specifying the state of the recovery point.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withStatusMessage(String statusMessage)
A status message explaining the status of the recovery point.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withStorageClass(StorageClass storageClass)
Specifies the storage class of the recovery point.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withStorageClass(String storageClass)
Specifies the storage class of the recovery point.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withVaultType(String vaultType)
This is the type of vault in which the described recovery point is stored.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withVaultType(VaultType vaultType)
This is the type of vault in which the described recovery point is stored.
|
Copyright © 2023. All rights reserved.