Uses of Interface
software.amazon.awssdk.services.devopsguru.model.ListInsightsRequest.Builder
-
Packages that use ListInsightsRequest.Builder Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications.software.amazon.awssdk.services.devopsguru.model -
-
Uses of ListInsightsRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type ListInsightsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListInsightsResponse>DevOpsGuruAsyncClient. listInsights(Consumer<ListInsightsRequest.Builder> listInsightsRequest)Returns a list of insights in your Amazon Web Services account.default ListInsightsResponseDevOpsGuruClient. listInsights(Consumer<ListInsightsRequest.Builder> listInsightsRequest)Returns a list of insights in your Amazon Web Services account.default ListInsightsPublisherDevOpsGuruAsyncClient. listInsightsPaginator(Consumer<ListInsightsRequest.Builder> listInsightsRequest)Returns a list of insights in your Amazon Web Services account.default ListInsightsIterableDevOpsGuruClient. listInsightsPaginator(Consumer<ListInsightsRequest.Builder> listInsightsRequest)Returns a list of insights in your Amazon Web Services account. -
Uses of ListInsightsRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ListInsightsRequest.Builder Modifier and Type Method Description static ListInsightsRequest.BuilderListInsightsRequest. builder()ListInsightsRequest.BuilderListInsightsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.ListInsightsRequest.BuilderListInsightsRequest.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListInsightsRequest.BuilderListInsightsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInsightsRequest.BuilderListInsightsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListInsightsRequest.BuilderListInsightsRequest.Builder. statusFilter(Consumer<ListInsightsStatusFilter.Builder> statusFilter)A filter used to filter the returned insights by their status.ListInsightsRequest.BuilderListInsightsRequest.Builder. statusFilter(ListInsightsStatusFilter statusFilter)A filter used to filter the returned insights by their status.ListInsightsRequest.BuilderListInsightsRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ListInsightsRequest.Builder Modifier and Type Method Description static Class<? extends ListInsightsRequest.Builder>ListInsightsRequest. serializableBuilderClass()
-