Uses of Enum
software.amazon.awssdk.services.ec2.model.PeriodType
Packages that use PeriodType
-
Uses of PeriodType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeriodTypeModifier and TypeMethodDescriptionstatic PeriodTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PeriodTypeDataQuery.period()The aggregation period used for the data query.final PeriodTypeDataResponse.period()The period used for the network performance request.final PeriodTypeSubscription.period()The data aggregation time for the subscription.static PeriodTypeReturns 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 PeriodTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type PeriodTypeModifier and TypeMethodDescriptionDataQuery.Builder.period(PeriodType period) The aggregation period used for the data query.DataResponse.Builder.period(PeriodType period) The period used for the network performance request.Subscription.Builder.period(PeriodType period) The data aggregation time for the subscription.