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