Uses of Class
software.amazon.awssdk.services.appstream.model.LastReportGenerationExecutionError
-
Packages that use LastReportGenerationExecutionError Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of LastReportGenerationExecutionError in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type LastReportGenerationExecutionError Modifier and Type Method Description List<LastReportGenerationExecutionError>UsageReportSubscription. subscriptionErrors()The errors that were returned if usage reports couldn't be generated.Methods in software.amazon.awssdk.services.appstream.model with parameters of type LastReportGenerationExecutionError Modifier and Type Method Description UsageReportSubscription.BuilderUsageReportSubscription.Builder. subscriptionErrors(LastReportGenerationExecutionError... subscriptionErrors)The errors that were returned if usage reports couldn't be generated.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type LastReportGenerationExecutionError Modifier and Type Method Description UsageReportSubscription.BuilderUsageReportSubscription.Builder. subscriptionErrors(Collection<LastReportGenerationExecutionError> subscriptionErrors)The errors that were returned if usage reports couldn't be generated.
-