| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
UsageReportSubscription |
UsageReportSubscription.clone() |
UsageReportSubscription |
UsageReportSubscription.withLastGeneratedReportDate(Date lastGeneratedReportDate)
The time when the last usage report was generated.
|
UsageReportSubscription |
UsageReportSubscription.withS3BucketName(String s3BucketName)
The Amazon S3 bucket where generated reports are stored.
|
UsageReportSubscription |
UsageReportSubscription.withSchedule(String schedule)
The schedule for generating usage reports.
|
UsageReportSubscription |
UsageReportSubscription.withSchedule(UsageReportSchedule schedule)
The schedule for generating usage reports.
|
UsageReportSubscription |
UsageReportSubscription.withSubscriptionErrors(Collection<LastReportGenerationExecutionError> subscriptionErrors)
The errors that were returned if usage reports couldn't be generated.
|
UsageReportSubscription |
UsageReportSubscription.withSubscriptionErrors(LastReportGenerationExecutionError... subscriptionErrors)
The errors that were returned if usage reports couldn't be generated.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageReportSubscription> |
DescribeUsageReportSubscriptionsResult.getUsageReportSubscriptions()
Information about the usage report subscription.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUsageReportSubscriptionsResult |
DescribeUsageReportSubscriptionsResult.withUsageReportSubscriptions(UsageReportSubscription... usageReportSubscriptions)
Information about the usage report subscription.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUsageReportSubscriptionsResult.setUsageReportSubscriptions(Collection<UsageReportSubscription> usageReportSubscriptions)
Information about the usage report subscription.
|
DescribeUsageReportSubscriptionsResult |
DescribeUsageReportSubscriptionsResult.withUsageReportSubscriptions(Collection<UsageReportSubscription> usageReportSubscriptions)
Information about the usage report subscription.
|
Copyright © 2024. All rights reserved.