Uses of Interface
software.amazon.awssdk.services.devopsguru.model.ListAnomaliesForInsightRequest.Builder
-
Packages that use ListAnomaliesForInsightRequest.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 ListAnomaliesForInsightRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type ListAnomaliesForInsightRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAnomaliesForInsightResponse>DevOpsGuruAsyncClient. listAnomaliesForInsight(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)Returns a list of the anomalies that belong to an insight that you specify using its ID.default ListAnomaliesForInsightResponseDevOpsGuruClient. listAnomaliesForInsight(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)Returns a list of the anomalies that belong to an insight that you specify using its ID.default ListAnomaliesForInsightPublisherDevOpsGuruAsyncClient. listAnomaliesForInsightPaginator(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)Returns a list of the anomalies that belong to an insight that you specify using its ID.default ListAnomaliesForInsightIterableDevOpsGuruClient. listAnomaliesForInsightPaginator(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)Returns a list of the anomalies that belong to an insight that you specify using its ID. -
Uses of ListAnomaliesForInsightRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ListAnomaliesForInsightRequest.Builder Modifier and Type Method Description ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. accountId(String accountId)The ID of the Amazon Web Services account.static ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest. builder()default ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. filters(Consumer<ListAnomaliesForInsightFilters.Builder> filters)Specifies one or more service names that are used to list anomalies.ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. filters(ListAnomaliesForInsightFilters filters)Specifies one or more service names that are used to list anomalies.ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. insightId(String insightId)The ID of the insight.ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)A time range used to specify when the requested anomalies started.ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. startTimeRange(StartTimeRange startTimeRange)A time range used to specify when the requested anomalies started.ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ListAnomaliesForInsightRequest.Builder Modifier and Type Method Description static Class<? extends ListAnomaliesForInsightRequest.Builder>ListAnomaliesForInsightRequest. serializableBuilderClass()
-