| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default AddNotificationChannelResponse |
DevOpsGuruClient.addNotificationChannel(AddNotificationChannelRequest addNotificationChannelRequest)
Adds a notification channel to DevOps Guru.
|
default AddNotificationChannelResponse |
DevOpsGuruClient.addNotificationChannel(Consumer<AddNotificationChannelRequest.Builder> addNotificationChannelRequest)
Adds a notification channel to DevOps Guru.
|
default DeleteInsightResponse |
DevOpsGuruClient.deleteInsight(Consumer<DeleteInsightRequest.Builder> deleteInsightRequest)
Deletes the insight along with the associated anomalies, events and recommendations.
|
default DeleteInsightResponse |
DevOpsGuruClient.deleteInsight(DeleteInsightRequest deleteInsightRequest)
Deletes the insight along with the associated anomalies, events and recommendations.
|
default DescribeAnomalyResponse |
DevOpsGuruClient.describeAnomaly(Consumer<DescribeAnomalyRequest.Builder> describeAnomalyRequest)
Returns details about an anomaly that you specify using its ID.
|
default DescribeAnomalyResponse |
DevOpsGuruClient.describeAnomaly(DescribeAnomalyRequest describeAnomalyRequest)
Returns details about an anomaly that you specify using its ID.
|
default DescribeFeedbackResponse |
DevOpsGuruClient.describeFeedback(Consumer<DescribeFeedbackRequest.Builder> describeFeedbackRequest)
Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
default DescribeFeedbackResponse |
DevOpsGuruClient.describeFeedback(DescribeFeedbackRequest describeFeedbackRequest)
Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
default DescribeInsightResponse |
DevOpsGuruClient.describeInsight(Consumer<DescribeInsightRequest.Builder> describeInsightRequest)
Returns details about an insight that you specify using its ID.
|
default DescribeInsightResponse |
DevOpsGuruClient.describeInsight(DescribeInsightRequest describeInsightRequest)
Returns details about an insight that you specify using its ID.
|
default DescribeServiceIntegrationResponse |
DevOpsGuruClient.describeServiceIntegration(Consumer<DescribeServiceIntegrationRequest.Builder> describeServiceIntegrationRequest)
Returns the integration status of services that are integrated with DevOps Guru.
|
default DescribeServiceIntegrationResponse |
DevOpsGuruClient.describeServiceIntegration(DescribeServiceIntegrationRequest describeServiceIntegrationRequest)
Returns the integration status of services that are integrated with DevOps Guru.
|
default GetCostEstimationResponse |
DevOpsGuruClient.getCostEstimation(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
default GetCostEstimationResponse |
DevOpsGuruClient.getCostEstimation(GetCostEstimationRequest getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
default GetCostEstimationIterable |
DevOpsGuruClient.getCostEstimationPaginator(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
default GetCostEstimationIterable |
DevOpsGuruClient.getCostEstimationPaginator(GetCostEstimationRequest getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
default GetResourceCollectionResponse |
DevOpsGuruClient.getResourceCollection(Consumer<GetResourceCollectionRequest.Builder> getResourceCollectionRequest)
Returns lists Amazon Web Services resources that are of the specified resource collection type.
|
default GetResourceCollectionResponse |
DevOpsGuruClient.getResourceCollection(GetResourceCollectionRequest getResourceCollectionRequest)
Returns lists Amazon Web Services resources that are of the specified resource collection type.
|
default GetResourceCollectionIterable |
DevOpsGuruClient.getResourceCollectionPaginator(Consumer<GetResourceCollectionRequest.Builder> getResourceCollectionRequest)
Returns lists Amazon Web Services resources that are of the specified resource collection type.
|
default GetResourceCollectionIterable |
DevOpsGuruClient.getResourceCollectionPaginator(GetResourceCollectionRequest getResourceCollectionRequest)
Returns lists Amazon Web Services resources that are of the specified resource collection type.
|
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 ListAnomaliesForInsightResponse |
DevOpsGuruClient.listAnomaliesForInsight(ListAnomaliesForInsightRequest 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 ListAnomaliesForInsightIterable |
DevOpsGuruClient.listAnomaliesForInsightPaginator(ListAnomaliesForInsightRequest listAnomaliesForInsightRequest)
Returns a list of the anomalies that belong to an insight that you specify using its ID.
|
default ListAnomalousLogGroupsResponse |
DevOpsGuruClient.listAnomalousLogGroups(Consumer<ListAnomalousLogGroupsRequest.Builder> listAnomalousLogGroupsRequest)
Returns the list of log groups that contain log anomalies.
|
default ListAnomalousLogGroupsResponse |
DevOpsGuruClient.listAnomalousLogGroups(ListAnomalousLogGroupsRequest listAnomalousLogGroupsRequest)
Returns the list of log groups that contain log anomalies.
|
default ListAnomalousLogGroupsIterable |
DevOpsGuruClient.listAnomalousLogGroupsPaginator(Consumer<ListAnomalousLogGroupsRequest.Builder> listAnomalousLogGroupsRequest)
Returns the list of log groups that contain log anomalies.
|
default ListAnomalousLogGroupsIterable |
DevOpsGuruClient.listAnomalousLogGroupsPaginator(ListAnomalousLogGroupsRequest listAnomalousLogGroupsRequest)
Returns the list of log groups that contain log anomalies.
|
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.
|
default ListEventsIterable |
DevOpsGuruClient.listEventsPaginator(Consumer<ListEventsRequest.Builder> 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 ListMonitoredResourcesResponse |
DevOpsGuruClient.listMonitoredResources(Consumer<ListMonitoredResourcesRequest.Builder> listMonitoredResourcesRequest)
Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
|
default ListMonitoredResourcesResponse |
DevOpsGuruClient.listMonitoredResources(ListMonitoredResourcesRequest listMonitoredResourcesRequest)
Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
|
default ListMonitoredResourcesIterable |
DevOpsGuruClient.listMonitoredResourcesPaginator(Consumer<ListMonitoredResourcesRequest.Builder> listMonitoredResourcesRequest)
Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
|
default ListMonitoredResourcesIterable |
DevOpsGuruClient.listMonitoredResourcesPaginator(ListMonitoredResourcesRequest listMonitoredResourcesRequest)
Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
|
default ListRecommendationsResponse |
DevOpsGuruClient.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
default ListRecommendationsResponse |
DevOpsGuruClient.listRecommendations(ListRecommendationsRequest listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
default ListRecommendationsIterable |
DevOpsGuruClient.listRecommendationsPaginator(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
default ListRecommendationsIterable |
DevOpsGuruClient.listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)
Returns a list of a specified insight's recommendations.
|
default PutFeedbackResponse |
DevOpsGuruClient.putFeedback(Consumer<PutFeedbackRequest.Builder> putFeedbackRequest)
Collects customer feedback about the specified insight.
|
default PutFeedbackResponse |
DevOpsGuruClient.putFeedback(PutFeedbackRequest putFeedbackRequest)
Collects customer feedback about the specified insight.
|
default RemoveNotificationChannelResponse |
DevOpsGuruClient.removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)
Removes a notification channel from DevOps Guru.
|
default RemoveNotificationChannelResponse |
DevOpsGuruClient.removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)
Removes a notification channel from DevOps Guru.
|
default StartCostEstimationResponse |
DevOpsGuruClient.startCostEstimation(Consumer<StartCostEstimationRequest.Builder> startCostEstimationRequest)
Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
|
default StartCostEstimationResponse |
DevOpsGuruClient.startCostEstimation(StartCostEstimationRequest startCostEstimationRequest)
Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
|
Copyright © 2023. All rights reserved.