| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupPlansListMember |
BackupPlansListMember.clone() |
BackupPlansListMember |
BackupPlansListMember.withBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50. |
BackupPlansListMember |
BackupPlansListMember.withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
BackupPlansListMember |
BackupPlansListMember.withBackupPlanName(String backupPlanName)
The display name of a saved backup plan.
|
BackupPlansListMember |
BackupPlansListMember.withCreationDate(Date creationDate)
The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
BackupPlansListMember |
BackupPlansListMember.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.
|
BackupPlansListMember |
BackupPlansListMember.withDeletionDate(Date deletionDate)
The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC).
|
BackupPlansListMember |
BackupPlansListMember.withLastExecutionDate(Date lastExecutionDate)
The last time a job to back up resources was executed with this rule.
|
BackupPlansListMember |
BackupPlansListMember.withVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupPlansListMember> |
ListBackupPlansResult.getBackupPlansList()
An array of backup plan list items containing metadata about your saved backup plans.
|
List<BackupPlansListMember> |
ListBackupPlanVersionsResult.getBackupPlanVersionsList()
An array of version list items containing metadata about your backup plans.
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlansResult |
ListBackupPlansResult.withBackupPlansList(BackupPlansListMember... backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
|
ListBackupPlanVersionsResult |
ListBackupPlanVersionsResult.withBackupPlanVersionsList(BackupPlansListMember... backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBackupPlansResult.setBackupPlansList(Collection<BackupPlansListMember> backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
|
void |
ListBackupPlanVersionsResult.setBackupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
ListBackupPlansResult |
ListBackupPlansResult.withBackupPlansList(Collection<BackupPlansListMember> backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
|
ListBackupPlanVersionsResult |
ListBackupPlanVersionsResult.withBackupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
Copyright © 2019. All rights reserved.