| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PeriodType |
PeriodType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PeriodType |
DataResponse.period()
The period used for the network performance request.
|
PeriodType |
Subscription.period()
The data aggregation time for the subscription.
|
PeriodType |
DataQuery.period()
The aggregation period used for the data query.
|
static PeriodType |
PeriodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodType[] |
PeriodType.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<PeriodType> |
PeriodType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataResponse.Builder |
DataResponse.Builder.period(PeriodType period)
The period used for the network performance request.
|
Subscription.Builder |
Subscription.Builder.period(PeriodType period)
The data aggregation time for the subscription.
|
DataQuery.Builder |
DataQuery.Builder.period(PeriodType period)
The aggregation period used for the data query.
|
Copyright © 2023. All rights reserved.