Uses of Class
software.amazon.awssdk.services.ec2.model.PeriodType
-
Packages that use PeriodType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PeriodType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeriodType Modifier and Type Method Description static PeriodTypePeriodType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PeriodTypeDataQuery. period()The aggregation period used for the data query.PeriodTypeDataResponse. period()The period used for the network performance request.PeriodTypeSubscription. period()The data aggregation time for the subscription.static PeriodTypePeriodType. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PeriodType Modifier and Type Method Description static Set<PeriodType>PeriodType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type PeriodType Modifier and Type Method Description DataQuery.BuilderDataQuery.Builder. period(PeriodType period)The aggregation period used for the data query.DataResponse.BuilderDataResponse.Builder. period(PeriodType period)The period used for the network performance request.Subscription.BuilderSubscription.Builder. period(PeriodType period)The data aggregation time for the subscription.
-