@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonDevOpsGuruAsync extends AbstractAmazonDevOpsGuru implements AmazonDevOpsGuruAsync
AmazonDevOpsGuruAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
addNotificationChannel, describeAccountHealth, describeAccountOverview, describeAnomaly, describeFeedback, describeInsight, describeResourceCollectionHealth, describeServiceIntegration, getCachedResponseMetadata, getCostEstimation, getResourceCollection, listAnomaliesForInsight, listEvents, listInsights, listNotificationChannels, listRecommendations, putFeedback, removeNotificationChannel, searchInsights, shutdown, startCostEstimation, updateResourceCollection, updateServiceIntegration
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addNotificationChannel, describeAccountHealth, describeAccountOverview, describeAnomaly, describeFeedback, describeInsight, describeResourceCollectionHealth, describeServiceIntegration, getCachedResponseMetadata, getCostEstimation, getResourceCollection, listAnomaliesForInsight, listEvents, listInsights, listNotificationChannels, listRecommendations, putFeedback, removeNotificationChannel, searchInsights, shutdown, startCostEstimation, updateResourceCollection, updateServiceIntegration
public Future<AddNotificationChannelResult> addNotificationChannelAsync(AddNotificationChannelRequest request)
AmazonDevOpsGuruAsync
Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated.
If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.
If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for AWS KMS–encrypted Amazon SNS topics.
addNotificationChannelAsync
in interface AmazonDevOpsGuruAsync
public Future<AddNotificationChannelResult> addNotificationChannelAsync(AddNotificationChannelRequest request, AsyncHandler<AddNotificationChannelRequest,AddNotificationChannelResult> asyncHandler)
AmazonDevOpsGuruAsync
Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated.
If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.
If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for AWS KMS–encrypted Amazon SNS topics.
addNotificationChannelAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeAccountHealthResult> describeAccountHealthAsync(DescribeAccountHealthRequest request)
AmazonDevOpsGuruAsync
Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your AWS account. Use these numbers to gauge the health of operations in your AWS account.
describeAccountHealthAsync
in interface AmazonDevOpsGuruAsync
public Future<DescribeAccountHealthResult> describeAccountHealthAsync(DescribeAccountHealthRequest request, AsyncHandler<DescribeAccountHealthRequest,DescribeAccountHealthResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your AWS account. Use these numbers to gauge the health of operations in your AWS account.
describeAccountHealthAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeAccountOverviewResult> describeAccountOverviewAsync(DescribeAccountOverviewRequest request)
AmazonDevOpsGuruAsync
For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.
describeAccountOverviewAsync
in interface AmazonDevOpsGuruAsync
public Future<DescribeAccountOverviewResult> describeAccountOverviewAsync(DescribeAccountOverviewRequest request, AsyncHandler<DescribeAccountOverviewRequest,DescribeAccountOverviewResult> asyncHandler)
AmazonDevOpsGuruAsync
For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.
describeAccountOverviewAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeAnomalyResult> describeAnomalyAsync(DescribeAnomalyRequest request)
AmazonDevOpsGuruAsync
Returns details about an anomaly that you specify using its ID.
describeAnomalyAsync
in interface AmazonDevOpsGuruAsync
public Future<DescribeAnomalyResult> describeAnomalyAsync(DescribeAnomalyRequest request, AsyncHandler<DescribeAnomalyRequest,DescribeAnomalyResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns details about an anomaly that you specify using its ID.
describeAnomalyAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeFeedbackResult> describeFeedbackAsync(DescribeFeedbackRequest request)
AmazonDevOpsGuruAsync
Returns the most recent feedback submitted in the current AWS account and Region.
describeFeedbackAsync
in interface AmazonDevOpsGuruAsync
public Future<DescribeFeedbackResult> describeFeedbackAsync(DescribeFeedbackRequest request, AsyncHandler<DescribeFeedbackRequest,DescribeFeedbackResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns the most recent feedback submitted in the current AWS account and Region.
describeFeedbackAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInsightResult> describeInsightAsync(DescribeInsightRequest request)
AmazonDevOpsGuruAsync
Returns details about an insight that you specify using its ID.
describeInsightAsync
in interface AmazonDevOpsGuruAsync
public Future<DescribeInsightResult> describeInsightAsync(DescribeInsightRequest request, AsyncHandler<DescribeInsightRequest,DescribeInsightResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns details about an insight that you specify using its ID.
describeInsightAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeResourceCollectionHealthResult> describeResourceCollectionHealthAsync(DescribeResourceCollectionHealthRequest request)
AmazonDevOpsGuruAsync
Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of AWS resources collection. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
describeResourceCollectionHealthAsync
in interface AmazonDevOpsGuruAsync
public Future<DescribeResourceCollectionHealthResult> describeResourceCollectionHealthAsync(DescribeResourceCollectionHealthRequest request, AsyncHandler<DescribeResourceCollectionHealthRequest,DescribeResourceCollectionHealthResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of AWS resources collection. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
describeResourceCollectionHealthAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeServiceIntegrationResult> describeServiceIntegrationAsync(DescribeServiceIntegrationRequest request)
AmazonDevOpsGuruAsync
Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
describeServiceIntegrationAsync
in interface AmazonDevOpsGuruAsync
public Future<DescribeServiceIntegrationResult> describeServiceIntegrationAsync(DescribeServiceIntegrationRequest request, AsyncHandler<DescribeServiceIntegrationRequest,DescribeServiceIntegrationResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
describeServiceIntegrationAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCostEstimationResult> getCostEstimationAsync(GetCostEstimationRequest request)
AmazonDevOpsGuruAsync
Returns an estimate of the monthly cost for DevOps Guru to analyze your AWS resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
getCostEstimationAsync
in interface AmazonDevOpsGuruAsync
public Future<GetCostEstimationResult> getCostEstimationAsync(GetCostEstimationRequest request, AsyncHandler<GetCostEstimationRequest,GetCostEstimationResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns an estimate of the monthly cost for DevOps Guru to analyze your AWS resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
getCostEstimationAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResourceCollectionResult> getResourceCollectionAsync(GetResourceCollectionRequest request)
AmazonDevOpsGuruAsync
Returns lists AWS resources that are of the specified resource collection type. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
getResourceCollectionAsync
in interface AmazonDevOpsGuruAsync
public Future<GetResourceCollectionResult> getResourceCollectionAsync(GetResourceCollectionRequest request, AsyncHandler<GetResourceCollectionRequest,GetResourceCollectionResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns lists AWS resources that are of the specified resource collection type. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
getResourceCollectionAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAnomaliesForInsightResult> listAnomaliesForInsightAsync(ListAnomaliesForInsightRequest request)
AmazonDevOpsGuruAsync
Returns a list of the anomalies that belong to an insight that you specify using its ID.
listAnomaliesForInsightAsync
in interface AmazonDevOpsGuruAsync
public Future<ListAnomaliesForInsightResult> listAnomaliesForInsightAsync(ListAnomaliesForInsightRequest request, AsyncHandler<ListAnomaliesForInsightRequest,ListAnomaliesForInsightResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns a list of the anomalies that belong to an insight that you specify using its ID.
listAnomaliesForInsightAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEventsResult> listEventsAsync(ListEventsRequest request)
AmazonDevOpsGuruAsync
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned.
listEventsAsync
in interface AmazonDevOpsGuruAsync
public Future<ListEventsResult> listEventsAsync(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned.
listEventsAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInsightsResult> listInsightsAsync(ListInsightsRequest request)
AmazonDevOpsGuruAsync
Returns a list of insights in your AWS account. You can specify which insights are returned by their start time
and status (ONGOING
, CLOSED
, or ANY
).
listInsightsAsync
in interface AmazonDevOpsGuruAsync
public Future<ListInsightsResult> listInsightsAsync(ListInsightsRequest request, AsyncHandler<ListInsightsRequest,ListInsightsResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns a list of insights in your AWS account. You can specify which insights are returned by their start time
and status (ONGOING
, CLOSED
, or ANY
).
listInsightsAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNotificationChannelsResult> listNotificationChannelsAsync(ListNotificationChannelsRequest request)
AmazonDevOpsGuruAsync
Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
listNotificationChannelsAsync
in interface AmazonDevOpsGuruAsync
public Future<ListNotificationChannelsResult> listNotificationChannelsAsync(ListNotificationChannelsRequest request, AsyncHandler<ListNotificationChannelsRequest,ListNotificationChannelsResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
listNotificationChannelsAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRecommendationsResult> listRecommendationsAsync(ListRecommendationsRequest request)
AmazonDevOpsGuruAsync
Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.
listRecommendationsAsync
in interface AmazonDevOpsGuruAsync
public Future<ListRecommendationsResult> listRecommendationsAsync(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.
listRecommendationsAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutFeedbackResult> putFeedbackAsync(PutFeedbackRequest request)
AmazonDevOpsGuruAsync
Collects customer feedback about the specified insight.
putFeedbackAsync
in interface AmazonDevOpsGuruAsync
public Future<PutFeedbackResult> putFeedbackAsync(PutFeedbackRequest request, AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler)
AmazonDevOpsGuruAsync
Collects customer feedback about the specified insight.
putFeedbackAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveNotificationChannelResult> removeNotificationChannelAsync(RemoveNotificationChannelRequest request)
AmazonDevOpsGuruAsync
Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations.
removeNotificationChannelAsync
in interface AmazonDevOpsGuruAsync
public Future<RemoveNotificationChannelResult> removeNotificationChannelAsync(RemoveNotificationChannelRequest request, AsyncHandler<RemoveNotificationChannelRequest,RemoveNotificationChannelResult> asyncHandler)
AmazonDevOpsGuruAsync
Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations.
removeNotificationChannelAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchInsightsResult> searchInsightsAsync(SearchInsightsRequest request)
AmazonDevOpsGuruAsync
Returns a list of insights in your AWS account. You can specify which insights are returned by their start time,
one or more statuses (ONGOING
, CLOSED
, and CLOSED
), one or more severities
(LOW
, MEDIUM
, and HIGH
), and type (REACTIVE
or
PROACTIVE
).
Use the Filters
parameter to specify status and severity search parameters. Use the
Type
parameter to specify REACTIVE
or PROACTIVE
in your search.
searchInsightsAsync
in interface AmazonDevOpsGuruAsync
public Future<SearchInsightsResult> searchInsightsAsync(SearchInsightsRequest request, AsyncHandler<SearchInsightsRequest,SearchInsightsResult> asyncHandler)
AmazonDevOpsGuruAsync
Returns a list of insights in your AWS account. You can specify which insights are returned by their start time,
one or more statuses (ONGOING
, CLOSED
, and CLOSED
), one or more severities
(LOW
, MEDIUM
, and HIGH
), and type (REACTIVE
or
PROACTIVE
).
Use the Filters
parameter to specify status and severity search parameters. Use the
Type
parameter to specify REACTIVE
or PROACTIVE
in your search.
searchInsightsAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartCostEstimationResult> startCostEstimationAsync(StartCostEstimationRequest request)
AmazonDevOpsGuruAsync
Starts the creation of an estimate of the monthly cost to analyze your AWS resources.
startCostEstimationAsync
in interface AmazonDevOpsGuruAsync
public Future<StartCostEstimationResult> startCostEstimationAsync(StartCostEstimationRequest request, AsyncHandler<StartCostEstimationRequest,StartCostEstimationResult> asyncHandler)
AmazonDevOpsGuruAsync
Starts the creation of an estimate of the monthly cost to analyze your AWS resources.
startCostEstimationAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateResourceCollectionResult> updateResourceCollectionAsync(UpdateResourceCollectionRequest request)
AmazonDevOpsGuruAsync
Updates the collection of resources that DevOps Guru analyzes. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks. This method also creates the IAM role required for you to use DevOps Guru.
updateResourceCollectionAsync
in interface AmazonDevOpsGuruAsync
public Future<UpdateResourceCollectionResult> updateResourceCollectionAsync(UpdateResourceCollectionRequest request, AsyncHandler<UpdateResourceCollectionRequest,UpdateResourceCollectionResult> asyncHandler)
AmazonDevOpsGuruAsync
Updates the collection of resources that DevOps Guru analyzes. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks. This method also creates the IAM role required for you to use DevOps Guru.
updateResourceCollectionAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateServiceIntegrationResult> updateServiceIntegrationAsync(UpdateServiceIntegrationRequest request)
AmazonDevOpsGuruAsync
Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
updateServiceIntegrationAsync
in interface AmazonDevOpsGuruAsync
public Future<UpdateServiceIntegrationResult> updateServiceIntegrationAsync(UpdateServiceIntegrationRequest request, AsyncHandler<UpdateServiceIntegrationRequest,UpdateServiceIntegrationResult> asyncHandler)
AmazonDevOpsGuruAsync
Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
updateServiceIntegrationAsync
in interface AmazonDevOpsGuruAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.