| 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 | |
| software.amazon.awssdk.services.devopsguru.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListEventsResponse |
DevOpsGuruClient.listEvents(ListEventsRequest 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.
|
default ListEventsIterable |
DevOpsGuruClient.listEventsPaginator(ListEventsRequest listEventsRequest)
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
default ListEventsPublisher |
DevOpsGuruAsyncClient.listEventsPaginator(ListEventsRequest listEventsRequest)
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
| Constructor and Description |
|---|
ListEventsIterable(DevOpsGuruClient client,
ListEventsRequest firstRequest) |
ListEventsPublisher(DevOpsGuruAsyncClient client,
ListEventsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEventsRequestMarshaller.marshall(ListEventsRequest listEventsRequest) |
Copyright © 2023. All rights reserved.