Uses of Interface
software.amazon.awssdk.services.internetmonitor.model.ListMonitorsRequest.Builder
-
Packages that use ListMonitorsRequest.Builder Package Description software.amazon.awssdk.services.internetmonitor Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and availability between your applications hosted on Amazon Web Services and your end users.software.amazon.awssdk.services.internetmonitor.model -
-
Uses of ListMonitorsRequest.Builder in software.amazon.awssdk.services.internetmonitor
Method parameters in software.amazon.awssdk.services.internetmonitor with type arguments of type ListMonitorsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListMonitorsResponse>InternetMonitorAsyncClient. listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.default ListMonitorsResponseInternetMonitorClient. listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.default ListMonitorsPublisherInternetMonitorAsyncClient. listMonitorsPaginator(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.default ListMonitorsIterableInternetMonitorClient. listMonitorsPaginator(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor. -
Uses of ListMonitorsRequest.Builder in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return ListMonitorsRequest.Builder Modifier and Type Method Description static ListMonitorsRequest.BuilderListMonitorsRequest. builder()ListMonitorsRequest.BuilderListMonitorsRequest.Builder. maxResults(Integer maxResults)The number of monitor objects that you want to return with this call.ListMonitorsRequest.BuilderListMonitorsRequest.Builder. monitorStatus(String 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.internetmonitor.model that return types with arguments of type ListMonitorsRequest.Builder Modifier and Type Method Description static Class<? extends ListMonitorsRequest.Builder>ListMonitorsRequest. serializableBuilderClass()
-