| Package | Description |
|---|---|
| com.amazonaws.services.artifact.model |
| Modifier and Type | Method and Description |
|---|---|
ReportSummary |
ReportSummary.clone() |
ReportSummary |
ReportSummary.withAcceptanceType(AcceptanceType acceptanceType)
Acceptance type for report.
|
ReportSummary |
ReportSummary.withAcceptanceType(String acceptanceType)
Acceptance type for report.
|
ReportSummary |
ReportSummary.withArn(String arn)
ARN for the report resource.
|
ReportSummary |
ReportSummary.withCategory(String category)
Category for the report resource.
|
ReportSummary |
ReportSummary.withCompanyName(String companyName)
Associated company name for the report resource.
|
ReportSummary |
ReportSummary.withDescription(String description)
Description for the report resource.
|
ReportSummary |
ReportSummary.withId(String id)
Unique resource ID for the report resource.
|
ReportSummary |
ReportSummary.withName(String name)
Name for the report resource.
|
ReportSummary |
ReportSummary.withPeriodEnd(Date periodEnd)
Timestamp indicating the report resource effective end.
|
ReportSummary |
ReportSummary.withPeriodStart(Date periodStart)
Timestamp indicating the report resource effective start.
|
ReportSummary |
ReportSummary.withProductName(String productName)
Associated product name for the report resource.
|
ReportSummary |
ReportSummary.withSeries(String series)
Series for the report resource.
|
ReportSummary |
ReportSummary.withState(PublishedState state)
Current state of the report resource.
|
ReportSummary |
ReportSummary.withState(String state)
Current state of the report resource.
|
ReportSummary |
ReportSummary.withStatusMessage(String statusMessage)
The message associated with the current upload state.
|
ReportSummary |
ReportSummary.withUploadState(String uploadState)
The current state of the document upload.
|
ReportSummary |
ReportSummary.withUploadState(UploadState uploadState)
The current state of the document upload.
|
ReportSummary |
ReportSummary.withVersion(Long version)
Version for the report resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportSummary> |
ListReportsResult.getReports()
List of report resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportsResult |
ListReportsResult.withReports(ReportSummary... reports)
List of report resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReportsResult.setReports(Collection<ReportSummary> reports)
List of report resources.
|
ListReportsResult |
ListReportsResult.withReports(Collection<ReportSummary> reports)
List of report resources.
|
Copyright © 2024. All rights reserved.