| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeRestoreJobResult |
AbstractAWSBackup.describeRestoreJob(DescribeRestoreJobRequest request) |
DescribeRestoreJobResult |
AWSBackup.describeRestoreJob(DescribeRestoreJobRequest describeRestoreJobRequest)
Returns metadata associated with a restore job that is specified by a job ID.
|
DescribeRestoreJobResult |
AWSBackupClient.describeRestoreJob(DescribeRestoreJobRequest request)
Returns metadata associated with a restore job that is specified by a job ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeRestoreJobResult> |
AbstractAWSBackupAsync.describeRestoreJobAsync(DescribeRestoreJobRequest request,
AsyncHandler<DescribeRestoreJobRequest,DescribeRestoreJobResult> asyncHandler) |
Future<DescribeRestoreJobResult> |
AWSBackupAsync.describeRestoreJobAsync(DescribeRestoreJobRequest describeRestoreJobRequest,
AsyncHandler<DescribeRestoreJobRequest,DescribeRestoreJobResult> asyncHandler)
Returns metadata associated with a restore job that is specified by a job ID.
|
Future<DescribeRestoreJobResult> |
AWSBackupAsyncClient.describeRestoreJobAsync(DescribeRestoreJobRequest request,
AsyncHandler<DescribeRestoreJobRequest,DescribeRestoreJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeRestoreJobResult |
DescribeRestoreJobResult.clone() |
DescribeRestoreJobResult |
DescribeRestoreJobResult.withAccountId(String accountId)
Returns the account ID that owns the restore job.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of the restored resource.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withCompletionDate(Date completionDate)
The date and time that a job to restore a recovery point is completed, in Unix format and Coordinated Universal
Time (UTC).
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withCreatedResourceArn(String createdResourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource whose recovery point is being restored.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withCreationDate(Date creationDate)
The date and time that a restore job is created, in Unix format and Coordinated Universal Time (UTC).
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withExpectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)
The amount of time in minutes that a job restoring a recovery point is expected to take.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
DescribeRestoreJobResult |
DescribeRestoreJobResult.withPercentDone(String percentDone)
Contains an estimated percentage that is complete of a job at the time the job status was queried.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.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. |
DescribeRestoreJobResult |
DescribeRestoreJobResult.withResourceType(String resourceType)
Returns metadata associated with a restore job listed by resource type.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withStatus(RestoreJobStatus status)
Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withStatus(String status)
Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
|
DescribeRestoreJobResult |
DescribeRestoreJobResult.withStatusMessage(String statusMessage)
A message showing the status of a job to restore a recovery point.
|
Copyright © 2022. All rights reserved.