| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreJobsListMember |
RestoreJobsListMember.clone() |
RestoreJobsListMember |
RestoreJobsListMember.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of the restored resource.
|
RestoreJobsListMember |
RestoreJobsListMember.withCompletionDate(Date completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC).
|
RestoreJobsListMember |
RestoreJobsListMember.withCreatedResourceArn(String createdResourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
RestoreJobsListMember |
RestoreJobsListMember.withCreationDate(Date creationDate)
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC).
|
RestoreJobsListMember |
RestoreJobsListMember.withExpectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)
The amount of time in minutes that a job restoring a recovery point is expected to take.
|
RestoreJobsListMember |
RestoreJobsListMember.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
RestoreJobsListMember |
RestoreJobsListMember.withPercentDone(String percentDone)
Contains an estimated percentage complete of a job at the time the job status was queried.
|
RestoreJobsListMember |
RestoreJobsListMember.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. |
RestoreJobsListMember |
RestoreJobsListMember.withRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
|
RestoreJobsListMember |
RestoreJobsListMember.withStatus(RestoreJobStatus status)
A status code specifying the state of the job initiated by AWS Backup to restore a recovery point.
|
RestoreJobsListMember |
RestoreJobsListMember.withStatus(String status)
A status code specifying the state of the job initiated by AWS Backup to restore a recovery point.
|
RestoreJobsListMember |
RestoreJobsListMember.withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to restore a recovery point.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestoreJobsListMember> |
ListRestoreJobsResult.getRestoreJobs()
An array of objects that contain detailed information about jobs to restore saved resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListRestoreJobsResult |
ListRestoreJobsResult.withRestoreJobs(RestoreJobsListMember... restoreJobs)
An array of objects that contain detailed information about jobs to restore saved resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRestoreJobsResult.setRestoreJobs(Collection<RestoreJobsListMember> restoreJobs)
An array of objects that contain detailed information about jobs to restore saved resources.
|
ListRestoreJobsResult |
ListRestoreJobsResult.withRestoreJobs(Collection<RestoreJobsListMember> restoreJobs)
An array of objects that contain detailed information about jobs to restore saved resources.
|
Copyright © 2019. All rights reserved.