Uses of Class
software.amazon.awssdk.services.devopsguru.model.ProactiveAnomalySummary
-
Packages that use ProactiveAnomalySummary Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of ProactiveAnomalySummary in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ProactiveAnomalySummary Modifier and Type Method Description List<ProactiveAnomalySummary>ListAnomaliesForInsightResponse. proactiveAnomalies()An array ofProactiveAnomalySummaryobjects that represent the requested anomaliesMethods in software.amazon.awssdk.services.devopsguru.model with parameters of type ProactiveAnomalySummary Modifier and Type Method Description ListAnomaliesForInsightResponse.BuilderListAnomaliesForInsightResponse.Builder. proactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)An array ofProactiveAnomalySummaryobjects that represent the requested anomaliesMethod parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type ProactiveAnomalySummary Modifier and Type Method Description ListAnomaliesForInsightResponse.BuilderListAnomaliesForInsightResponse.Builder. proactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)An array ofProactiveAnomalySummaryobjects that represent the requested anomalies -
Uses of ProactiveAnomalySummary in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ProactiveAnomalySummary Modifier and Type Method Description SdkIterable<ProactiveAnomalySummary>ListAnomaliesForInsightIterable. proactiveAnomalies()Returns an iterable to iterate through the paginatedListAnomaliesForInsightResponse.proactiveAnomalies()member.SdkPublisher<ProactiveAnomalySummary>ListAnomaliesForInsightPublisher. proactiveAnomalies()Returns a publisher that can be used to get a stream of data.
-