Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.StartQueryWorkloadInsightsTopContributorsDataRequest.Builder
-
Packages that use StartQueryWorkloadInsightsTopContributorsDataRequest.Builder Package Description software.amazon.awssdk.services.networkflowmonitor Network Flow Monitor is a feature of Amazon CloudWatch Network Monitoring that provides visibility into the performance of network flows for your Amazon Web Services workloads, between instances in subnets, as well as to and from Amazon Web Services.software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of StartQueryWorkloadInsightsTopContributorsDataRequest.Builder in software.amazon.awssdk.services.networkflowmonitor
Method parameters in software.amazon.awssdk.services.networkflowmonitor with type arguments of type StartQueryWorkloadInsightsTopContributorsDataRequest.Builder Modifier and Type Method Description default CompletableFuture<StartQueryWorkloadInsightsTopContributorsDataResponse>NetworkFlowMonitorAsyncClient. startQueryWorkloadInsightsTopContributorsData(Consumer<StartQueryWorkloadInsightsTopContributorsDataRequest.Builder> startQueryWorkloadInsightsTopContributorsDataRequest)Return the data for a query with the Network Flow Monitor query interface.default StartQueryWorkloadInsightsTopContributorsDataResponseNetworkFlowMonitorClient. startQueryWorkloadInsightsTopContributorsData(Consumer<StartQueryWorkloadInsightsTopContributorsDataRequest.Builder> startQueryWorkloadInsightsTopContributorsDataRequest)Return the data for a query with the Network Flow Monitor query interface. -
Uses of StartQueryWorkloadInsightsTopContributorsDataRequest.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return StartQueryWorkloadInsightsTopContributorsDataRequest.Builder Modifier and Type Method Description static StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest. builder()StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. destinationCategory(String destinationCategory)The destination category for a top contributors.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. destinationCategory(DestinationCategory destinationCategory)The destination category for a top contributors.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. endTime(Instant endTime)The timestamp that is the date and time end of the period that you want to retrieve results for with your query.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. metricName(String metricName)The metric that you want to query top contributors for.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. metricName(WorkloadInsightsMetric metricName)The metric that you want to query top contributors for.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. scopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results for.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. startTime(Instant startTime)The timestamp that is the date and time beginning of the period that you want to retrieve results for with your query.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type StartQueryWorkloadInsightsTopContributorsDataRequest.Builder Modifier and Type Method Description static Class<? extends StartQueryWorkloadInsightsTopContributorsDataRequest.Builder>StartQueryWorkloadInsightsTopContributorsDataRequest. serializableBuilderClass()
-