| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEventsResponse |
DevOpsGuruClient.listEvents(Consumer<ListEventsRequest.Builder> listEventsRequest)
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
default ListEventsResponse |
DevOpsGuruClient.listEvents(ListEventsRequest listEventsRequest)
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventsResponse> |
DevOpsGuruAsyncClient.listEvents(Consumer<ListEventsRequest.Builder> listEventsRequest)
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
default CompletableFuture<ListEventsResponse> |
DevOpsGuruAsyncClient.listEvents(ListEventsRequest listEventsRequest)
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventsResponse> |
ListEventsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventsResponse> subscriber) |
Copyright © 2023. All rights reserved.