Uses of Class
software.amazon.awssdk.services.appstream.model.UsageReportSubscription
-
Packages that use UsageReportSubscription Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of UsageReportSubscription in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type UsageReportSubscription Modifier and Type Method Description List<UsageReportSubscription>DescribeUsageReportSubscriptionsResponse. usageReportSubscriptions()Information about the usage report subscription.Methods in software.amazon.awssdk.services.appstream.model with parameters of type UsageReportSubscription Modifier and Type Method Description DescribeUsageReportSubscriptionsResponse.BuilderDescribeUsageReportSubscriptionsResponse.Builder. usageReportSubscriptions(UsageReportSubscription... usageReportSubscriptions)Information about the usage report subscription.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type UsageReportSubscription Modifier and Type Method Description DescribeUsageReportSubscriptionsResponse.BuilderDescribeUsageReportSubscriptionsResponse.Builder. usageReportSubscriptions(Collection<UsageReportSubscription> usageReportSubscriptions)Information about the usage report subscription.
-