Uses of Interface
software.amazon.awssdk.services.networkmonitor.model.ListMonitorsRequest.Builder
-
Packages that use ListMonitorsRequest.Builder Package Description software.amazon.awssdk.services.networkmonitor Amazon CloudWatch Network Monitor is an Amazon Web Services active network monitoring service that identifies if a network issues exists within the Amazon Web Services network or your own company network.software.amazon.awssdk.services.networkmonitor.model -
-
Uses of ListMonitorsRequest.Builder in software.amazon.awssdk.services.networkmonitor
-
Uses of ListMonitorsRequest.Builder in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return ListMonitorsRequest.Builder Modifier and Type Method Description static ListMonitorsRequest.BuilderListMonitorsRequest. builder()ListMonitorsRequest.BuilderListMonitorsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.ListMonitorsRequest.BuilderListMonitorsRequest.Builder. nextToken(String nextToken)The token for the next page of results.ListMonitorsRequest.BuilderListMonitorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMonitorsRequest.BuilderListMonitorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMonitorsRequest.BuilderListMonitorsRequest.Builder. state(String state)The list of all monitors and their states.ListMonitorsRequest.BuilderListMonitorsRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmonitor.model that return types with arguments of type ListMonitorsRequest.Builder Modifier and Type Method Description static Class<? extends ListMonitorsRequest.Builder>ListMonitorsRequest. serializableBuilderClass()
-