Uses of Class
software.amazon.awssdk.services.sesv2.model.BatchGetMetricDataQuery
Packages that use BatchGetMetricDataQuery
-
Uses of BatchGetMetricDataQuery in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type BatchGetMetricDataQueryModifier and TypeMethodDescriptionfinal List<BatchGetMetricDataQuery>BatchGetMetricDataRequest.queries()A list of queries for metrics to be retrieved.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type BatchGetMetricDataQueryModifier and TypeMethodDescriptionBatchGetMetricDataRequest.Builder.queries(BatchGetMetricDataQuery... queries) A list of queries for metrics to be retrieved.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type BatchGetMetricDataQueryModifier and TypeMethodDescriptionBatchGetMetricDataRequest.Builder.queries(Collection<BatchGetMetricDataQuery> queries) A list of queries for metrics to be retrieved.