| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupJobSummary |
BackupJobSummary.clone() |
BackupJobSummary |
BackupJobSummary.withAccountId(String accountId)
The account ID that owns the jobs within the summary.
|
BackupJobSummary |
BackupJobSummary.withCount(Integer count)
The value as a number of jobs in a job summary.
|
BackupJobSummary |
BackupJobSummary.withEndTime(Date endTime)
The value of time in number format of a job end time.
|
BackupJobSummary |
BackupJobSummary.withMessageCategory(String messageCategory)
This parameter is the job count for the specified message category.
|
BackupJobSummary |
BackupJobSummary.withRegion(String region)
The Amazon Web Services Regions within the job summary.
|
BackupJobSummary |
BackupJobSummary.withResourceType(String resourceType)
This value is the job count for the specified resource type.
|
BackupJobSummary |
BackupJobSummary.withStartTime(Date startTime)
The value of time in number format of a job start time.
|
BackupJobSummary |
BackupJobSummary.withState(BackupJobStatus state)
This value is job count for jobs with the specified state.
|
BackupJobSummary |
BackupJobSummary.withState(String state)
This value is job count for jobs with the specified state.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupJobSummary> |
ListBackupJobSummariesResult.getBackupJobSummaries()
This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime,
EndTime, and Count of included jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupJobSummariesResult |
ListBackupJobSummariesResult.withBackupJobSummaries(BackupJobSummary... backupJobSummaries)
This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime,
EndTime, and Count of included jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBackupJobSummariesResult.setBackupJobSummaries(Collection<BackupJobSummary> backupJobSummaries)
This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime,
EndTime, and Count of included jobs.
|
ListBackupJobSummariesResult |
ListBackupJobSummariesResult.withBackupJobSummaries(Collection<BackupJobSummary> backupJobSummaries)
This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime,
EndTime, and Count of included jobs.
|
Copyright © 2023. All rights reserved.