| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageReportSchedule |
UsageReportSchedule.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UsageReportSchedule |
CreateUsageReportSubscriptionResponse.schedule()
The schedule for generating usage reports.
|
UsageReportSchedule |
UsageReportSubscription.schedule()
The schedule for generating usage reports.
|
static UsageReportSchedule |
UsageReportSchedule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageReportSchedule[] |
UsageReportSchedule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UsageReportSchedule> |
UsageReportSchedule.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUsageReportSubscriptionResponse.Builder |
CreateUsageReportSubscriptionResponse.Builder.schedule(UsageReportSchedule schedule)
The schedule for generating usage reports.
|
UsageReportSubscription.Builder |
UsageReportSubscription.Builder.schedule(UsageReportSchedule schedule)
The schedule for generating usage reports.
|
Copyright © 2023. All rights reserved.