Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.GetQueryResultsMonitorTopContributorsRequest.Builder
-
Packages that use GetQueryResultsMonitorTopContributorsRequest.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 GetQueryResultsMonitorTopContributorsRequest.Builder in software.amazon.awssdk.services.networkflowmonitor
-
Uses of GetQueryResultsMonitorTopContributorsRequest.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return GetQueryResultsMonitorTopContributorsRequest.Builder Modifier and Type Method Description static GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest. builder()GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest.Builder. maxResults(Integer maxResults)The number of query results that you want to return with this call.GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest.Builder. monitorName(String monitorName)The name of the monitor.GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest.Builder. nextToken(String nextToken)The token for the next set of results.GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest.Builder. queryId(String queryId)The identifier for the query.GetQueryResultsMonitorTopContributorsRequest.BuilderGetQueryResultsMonitorTopContributorsRequest. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type GetQueryResultsMonitorTopContributorsRequest.Builder Modifier and Type Method Description static Class<? extends GetQueryResultsMonitorTopContributorsRequest.Builder>GetQueryResultsMonitorTopContributorsRequest. serializableBuilderClass()
-