| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAnomaliesForInsightResponse |
DevOpsGuruClient.listAnomaliesForInsight(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
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 ListAnomaliesForInsightIterable |
DevOpsGuruClient.listAnomaliesForInsightPaginator(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
default ListAnomaliesForInsightPublisher |
DevOpsGuruAsyncClient.listAnomaliesForInsightPaginator(Consumer<ListAnomaliesForInsightRequest.Builder> listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.accountId(String accountId)
The ID of the Amazon Web Services account.
|
static ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.builder() |
default ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.filters(Consumer<ListAnomaliesForInsightFilters.Builder> filters)
Specifies one or more service names that are used to list anomalies.
|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.filters(ListAnomaliesForInsightFilters filters)
Specifies one or more service names that are used to list anomalies.
|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.insightId(String insightId)
The ID of the insight.
|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
A time range used to specify when the requested anomalies started.
|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.Builder.startTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the requested anomalies started.
|
ListAnomaliesForInsightRequest.Builder |
ListAnomaliesForInsightRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAnomaliesForInsightRequest.Builder> |
ListAnomaliesForInsightRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.