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