Uses of Interface
software.amazon.awssdk.services.ec2.model.DataQuery.Builder
Packages that use DataQuery.Builder
-
Uses of DataQuery.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DataQuery.BuilderModifier and TypeMethodDescriptionstatic DataQuery.BuilderDataQuery.builder()DataQuery.Builder.destination(String destination) The Region or Availability Zone that's the target for the data query.A user-defined ID associated with a data query that's returned in thedataResponseidentifying the query.The metric used for the network performance request.DataQuery.Builder.metric(MetricType metric) The metric used for the network performance request.The aggregation period used for the data query.DataQuery.Builder.period(PeriodType period) The aggregation period used for the data query.The Region or Availability Zone that's the source for the data query.The metric data aggregation period,p50, between the specifiedstartDateandendDate.DataQuery.Builder.statistic(StatisticType statistic) The metric data aggregation period,p50, between the specifiedstartDateandendDate.DataQuery.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DataQuery.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DataQuery.Builder>DataQuery.serializableBuilderClass()