| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupJobResult |
AWSBackupClient.describeBackupJob(DescribeBackupJobRequest request)
Returns backup job details for the specified
BackupJobId. |
DescribeBackupJobResult |
AWSBackup.describeBackupJob(DescribeBackupJobRequest describeBackupJobRequest)
Returns backup job details for the specified
BackupJobId. |
DescribeBackupJobResult |
AbstractAWSBackup.describeBackupJob(DescribeBackupJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBackupJobResult> |
AWSBackupAsyncClient.describeBackupJobAsync(DescribeBackupJobRequest request,
AsyncHandler<DescribeBackupJobRequest,DescribeBackupJobResult> asyncHandler) |
Future<DescribeBackupJobResult> |
AWSBackupAsync.describeBackupJobAsync(DescribeBackupJobRequest describeBackupJobRequest,
AsyncHandler<DescribeBackupJobRequest,DescribeBackupJobResult> asyncHandler)
Returns backup job details for the specified
BackupJobId. |
Future<DescribeBackupJobResult> |
AbstractAWSBackupAsync.describeBackupJobAsync(DescribeBackupJobRequest request,
AsyncHandler<DescribeBackupJobRequest,DescribeBackupJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupJobResult |
DescribeBackupJobResult.addBackupOptionsEntry(String key,
String value)
Add a single BackupOptions entry
|
DescribeBackupJobResult |
DescribeBackupJobResult.addChildJobsInStateEntry(String key,
Long value)
Add a single ChildJobsInState entry
|
DescribeBackupJobResult |
DescribeBackupJobResult.clearBackupOptionsEntries()
Removes all the entries added into BackupOptions.
|
DescribeBackupJobResult |
DescribeBackupJobResult.clearChildJobsInStateEntries()
Removes all the entries added into ChildJobsInState.
|
DescribeBackupJobResult |
DescribeBackupJobResult.clone() |
DescribeBackupJobResult |
DescribeBackupJobResult.withAccountId(String accountId)
Returns the account ID that owns the backup job.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withBackupOptions(Map<String,String> backupOptions)
Represents the options specified as part of backup plan or on-demand backup job.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withBackupType(String backupType)
Represents the actual backup type selected for a backup job.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
DescribeBackupJobResult |
DescribeBackupJobResult.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withBytesTransferred(Long bytesTransferred)
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withCompletionDate(Date completionDate)
The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time
(UTC).
|
DescribeBackupJobResult |
DescribeBackupJobResult.withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan that
is used to create it. |
DescribeBackupJobResult |
DescribeBackupJobResult.withCreationDate(Date creationDate)
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
DescribeBackupJobResult |
DescribeBackupJobResult.withExpectedCompletionDate(Date expectedCompletionDate)
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC).
|
DescribeBackupJobResult |
DescribeBackupJobResult.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
DescribeBackupJobResult |
DescribeBackupJobResult.withIsParent(Boolean isParent)
This returns the boolean value that a backup job is a parent (composite) job.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withNumberOfChildJobs(Long numberOfChildJobs)
This returns the number of child (nested) backup jobs.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withParentJobId(String parentJobId)
This returns the parent (composite) resource backup job ID.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withPercentDone(String percentDone)
Contains an estimated percentage that is complete of a job at the time the job status was queried.
|
DescribeBackupJobResult |
DescribeBackupJobResult.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. |
DescribeBackupJobResult |
DescribeBackupJobResult.withResourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withResourceType(String resourceType)
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withStartBy(Date startBy)
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withState(BackupJobState state)
The current state of a resource recovery point.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withState(String state)
The current state of a resource recovery point.
|
DescribeBackupJobResult |
DescribeBackupJobResult.withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
|
Copyright © 2023. All rights reserved.