Uses of Interface
software.amazon.awssdk.services.ec2.model.DataResponse.Builder
Packages that use DataResponse.Builder
-
Uses of DataResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DataResponse.BuilderModifier and TypeMethodDescriptionstatic DataResponse.BuilderDataResponse.builder()DataResponse.Builder.destination(String destination) The Region or Availability Zone that's the destination for the data query.The ID passed in theDataQuery.The metric used for the network performance request.DataResponse.Builder.metric(MetricType metric) The metric used for the network performance request.DataResponse.Builder.metricPoints(Collection<MetricPoint> metricPoints) A list ofMetricPointobjects.DataResponse.Builder.metricPoints(Consumer<MetricPoint.Builder>... metricPoints) A list ofMetricPointobjects.DataResponse.Builder.metricPoints(MetricPoint... metricPoints) A list ofMetricPointobjects.The period used for the network performance request.DataResponse.Builder.period(PeriodType period) The period used for the network performance request.The Region or Availability Zone that's the source for the data query.The statistic used for the network performance request.DataResponse.Builder.statistic(StatisticType statistic) The statistic used for the network performance request.DataResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DataResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DataResponse.Builder>DataResponse.serializableBuilderClass()