| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
LastReportGenerationExecutionError |
LastReportGenerationExecutionError.clone() |
LastReportGenerationExecutionError |
LastReportGenerationExecutionError.withErrorCode(String errorCode)
The error code for the error that is returned when a usage report can't be generated.
|
LastReportGenerationExecutionError |
LastReportGenerationExecutionError.withErrorCode(UsageReportExecutionErrorCode errorCode)
The error code for the error that is returned when a usage report can't be generated.
|
LastReportGenerationExecutionError |
LastReportGenerationExecutionError.withErrorMessage(String errorMessage)
The error message for the error that is returned when a usage report can't be generated.
|
| Modifier and Type | Method and Description |
|---|---|
List<LastReportGenerationExecutionError> |
UsageReportSubscription.getSubscriptionErrors()
The errors that were returned if usage reports couldn't be generated.
|
| Modifier and Type | Method and Description |
|---|---|
UsageReportSubscription |
UsageReportSubscription.withSubscriptionErrors(LastReportGenerationExecutionError... subscriptionErrors)
The errors that were returned if usage reports couldn't be generated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageReportSubscription.setSubscriptionErrors(Collection<LastReportGenerationExecutionError> subscriptionErrors)
The errors that were returned if usage reports couldn't be generated.
|
UsageReportSubscription |
UsageReportSubscription.withSubscriptionErrors(Collection<LastReportGenerationExecutionError> subscriptionErrors)
The errors that were returned if usage reports couldn't be generated.
|
Copyright © 2020. All rights reserved.