| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
CopyJob |
CopyJob.clone() |
CopyJob |
DescribeCopyJobResult.getCopyJob()
Contains detailed information about a copy job.
|
CopyJob |
CopyJob.withAccountId(String accountId)
The account ID that owns the copy job.
|
CopyJob |
CopyJob.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a copy job.
|
CopyJob |
CopyJob.withCompletionDate(Date completionDate)
The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC).
|
CopyJob |
CopyJob.withCopyJobId(String copyJobId)
Uniquely identifies a copy job.
|
CopyJob |
CopyJob.withCreatedBy(RecoveryPointCreator createdBy) |
CopyJob |
CopyJob.withCreationDate(Date creationDate)
The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC).
|
CopyJob |
CopyJob.withDestinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
CopyJob |
CopyJob.withDestinationRecoveryPointArn(String destinationRecoveryPointArn)
An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
CopyJob |
CopyJob.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
CopyJob |
CopyJob.withResourceArn(String resourceArn)
The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
CopyJob |
CopyJob.withResourceType(String resourceType)
The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
CopyJob |
CopyJob.withSourceBackupVaultArn(String sourceBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
CopyJob |
CopyJob.withSourceRecoveryPointArn(String sourceRecoveryPointArn)
An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
CopyJob |
CopyJob.withState(CopyJobState state)
The current state of a copy job.
|
CopyJob |
CopyJob.withState(String state)
The current state of a copy job.
|
CopyJob |
CopyJob.withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to copy a resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<CopyJob> |
ListCopyJobsResult.getCopyJobs()
An array of structures containing metadata about your copy jobs returned in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCopyJobResult.setCopyJob(CopyJob copyJob)
Contains detailed information about a copy job.
|
DescribeCopyJobResult |
DescribeCopyJobResult.withCopyJob(CopyJob copyJob)
Contains detailed information about a copy job.
|
ListCopyJobsResult |
ListCopyJobsResult.withCopyJobs(CopyJob... copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCopyJobsResult.setCopyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
ListCopyJobsResult |
ListCopyJobsResult.withCopyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
Copyright © 2022. All rights reserved.