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