/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.resiliencehub; import javax.annotation.Generated; import com.amazonaws.services.resiliencehub.model.*; /** * Interface for accessing AWS Resilience Hub asynchronously. Each asynchronous method will return a Java Future object * representing the asynchronous operation; overloads which accept an {@code AsyncHandler} can be used to receive * notification when an asynchronous operation completes. *
* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.resiliencehub.AbstractAWSResilienceHubAsync} instead. *
**
* Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. It * offers continual resiliency assessment and validation that integrates into your software development lifecycle. This * enables you to uncover resiliency weaknesses, ensure recovery time objective (RTO) and recovery point objective (RPO) * targets for your applications are met, and resolve issues before they are released into production. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AWSResilienceHubAsync extends AWSResilienceHub { /** ** Adds the resource mapping for the draft application version. You can also update an existing resource mapping to * a new physical resource. *
* * @param addDraftAppVersionResourceMappingsRequest * @return A Java Future containing the result of the AddDraftAppVersionResourceMappings operation returned by the * service. * @sample AWSResilienceHubAsync.AddDraftAppVersionResourceMappings * @see AWS API Documentation */ java.util.concurrent.Future* Adds the resource mapping for the draft application version. You can also update an existing resource mapping to * a new physical resource. *
* * @param addDraftAppVersionResourceMappingsRequest * @param 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. * @return A Java Future containing the result of the AddDraftAppVersionResourceMappings operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.AddDraftAppVersionResourceMappings * @see AWS API Documentation */ java.util.concurrent.Future* Creates an Resilience Hub application. An Resilience Hub application is a collection of Amazon Web Services * resources structured to prevent and recover Amazon Web Services application disruptions. To describe an * Resilience Hub application, you provide an application name, resources from one or more CloudFormation stacks, * Resource Groups, Terraform state files, AppRegistry applications, and an appropriate resiliency policy. For more * information about the number of resources supported per application, see Service Quotas. *
** After you create an Resilience Hub application, you publish it so that you can run a resiliency assessment on it. * You can then use recommendations from the assessment to improve resiliency by running another assessment, * comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) * and recovery point objective (RPO). *
* * @param createAppRequest * @return A Java Future containing the result of the CreateApp operation returned by the service. * @sample AWSResilienceHubAsync.CreateApp * @see AWS API * Documentation */ java.util.concurrent.Future* Creates an Resilience Hub application. An Resilience Hub application is a collection of Amazon Web Services * resources structured to prevent and recover Amazon Web Services application disruptions. To describe an * Resilience Hub application, you provide an application name, resources from one or more CloudFormation stacks, * Resource Groups, Terraform state files, AppRegistry applications, and an appropriate resiliency policy. For more * information about the number of resources supported per application, see Service Quotas. *
** After you create an Resilience Hub application, you publish it so that you can run a resiliency assessment on it. * You can then use recommendations from the assessment to improve resiliency by running another assessment, * comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) * and recovery point objective (RPO). *
* * @param createAppRequest * @param 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. * @return A Java Future containing the result of the CreateApp operation returned by the service. * @sample AWSResilienceHubAsyncHandler.CreateApp * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a new Application Component in the Resilience Hub application. *
*
* This API updates the Resilience Hub application draft version. To use this Application Component for running
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Creates a new Application Component in the Resilience Hub application. *
*
* This API updates the Resilience Hub application draft version. To use this Application Component for running
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Adds a resource to the Resilience Hub application and assigns it to the specified Application Components. If you * specify a new Application Component, Resilience Hub will automatically create the Application Component. *
** This action has no effect outside Resilience Hub. *
*
* This API updates the Resilience Hub application draft version. To use this resource for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* To update application version with new physicalResourceID
, you must call
* ResolveAppVersionResources
API.
*
* Adds a resource to the Resilience Hub application and assigns it to the specified Application Components. If you * specify a new Application Component, Resilience Hub will automatically create the Application Component. *
** This action has no effect outside Resilience Hub. *
*
* This API updates the Resilience Hub application draft version. To use this resource for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* To update application version with new physicalResourceID
, you must call
* ResolveAppVersionResources
API.
*
* Creates a new recommendation template for the Resilience Hub application. *
* * @param createRecommendationTemplateRequest * @return A Java Future containing the result of the CreateRecommendationTemplate operation returned by the * service. * @sample AWSResilienceHubAsync.CreateRecommendationTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new recommendation template for the Resilience Hub application. *
* * @param createRecommendationTemplateRequest * @param 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. * @return A Java Future containing the result of the CreateRecommendationTemplate operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.CreateRecommendationTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Creates a resiliency policy for an application. *
* * @param createResiliencyPolicyRequest * @return A Java Future containing the result of the CreateResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsync.CreateResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future* Creates a resiliency policy for an application. *
* * @param createResiliencyPolicyRequest * @param 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. * @return A Java Future containing the result of the CreateResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsyncHandler.CreateResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future* Deletes an Resilience Hub application. This is a destructive action that can't be undone. *
* * @param deleteAppRequest * @return A Java Future containing the result of the DeleteApp operation returned by the service. * @sample AWSResilienceHubAsync.DeleteApp * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes an Resilience Hub application. This is a destructive action that can't be undone. *
* * @param deleteAppRequest * @param 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. * @return A Java Future containing the result of the DeleteApp operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DeleteApp * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes an Resilience Hub application assessment. This is a destructive action that can't be undone. *
* * @param deleteAppAssessmentRequest * @return A Java Future containing the result of the DeleteAppAssessment operation returned by the service. * @sample AWSResilienceHubAsync.DeleteAppAssessment * @see AWS API Documentation */ java.util.concurrent.Future* Deletes an Resilience Hub application assessment. This is a destructive action that can't be undone. *
* * @param deleteAppAssessmentRequest * @param 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. * @return A Java Future containing the result of the DeleteAppAssessment operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DeleteAppAssessment * @see AWS API Documentation */ java.util.concurrent.Future* Deletes the input source and all of its imported resources from the Resilience Hub application. *
* * @param deleteAppInputSourceRequest * @return A Java Future containing the result of the DeleteAppInputSource operation returned by the service. * @sample AWSResilienceHubAsync.DeleteAppInputSource * @see AWS API Documentation */ java.util.concurrent.Future* Deletes the input source and all of its imported resources from the Resilience Hub application. *
* * @param deleteAppInputSourceRequest * @param 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. * @return A Java Future containing the result of the DeleteAppInputSource operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DeleteAppInputSource * @see AWS API Documentation */ java.util.concurrent.Future* Deletes an Application Component from the Resilience Hub application. *
*
* This API updates the Resilience Hub application draft version. To use this Application Component for running
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* You will not be able to delete an Application Component if it has resources associated with it. *
** Deletes an Application Component from the Resilience Hub application. *
*
* This API updates the Resilience Hub application draft version. To use this Application Component for running
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* You will not be able to delete an Application Component if it has resources associated with it. *
** Deletes a resource from the Resilience Hub application. *
*
* You can only delete a manually added resource. To exclude non-manually added resources, use the
* UpdateAppVersionResource
API.
*
* This action has no effect outside Resilience Hub. *
*
* This API updates the Resilience Hub application draft version. To use this resource for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Deletes a resource from the Resilience Hub application. *
*
* You can only delete a manually added resource. To exclude non-manually added resources, use the
* UpdateAppVersionResource
API.
*
* This action has no effect outside Resilience Hub. *
*
* This API updates the Resilience Hub application draft version. To use this resource for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Deletes a recommendation template. This is a destructive action that can't be undone. *
* * @param deleteRecommendationTemplateRequest * @return A Java Future containing the result of the DeleteRecommendationTemplate operation returned by the * service. * @sample AWSResilienceHubAsync.DeleteRecommendationTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a recommendation template. This is a destructive action that can't be undone. *
* * @param deleteRecommendationTemplateRequest * @param 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. * @return A Java Future containing the result of the DeleteRecommendationTemplate operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.DeleteRecommendationTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a resiliency policy. This is a destructive action that can't be undone. *
* * @param deleteResiliencyPolicyRequest * @return A Java Future containing the result of the DeleteResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsync.DeleteResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a resiliency policy. This is a destructive action that can't be undone. *
* * @param deleteResiliencyPolicyRequest * @param 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. * @return A Java Future containing the result of the DeleteResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DeleteResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future* Describes an Resilience Hub application. *
* * @param describeAppRequest * @return A Java Future containing the result of the DescribeApp operation returned by the service. * @sample AWSResilienceHubAsync.DescribeApp * @see AWS API * Documentation */ java.util.concurrent.Future* Describes an Resilience Hub application. *
* * @param describeAppRequest * @param 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. * @return A Java Future containing the result of the DescribeApp operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DescribeApp * @see AWS API * Documentation */ java.util.concurrent.Future* Describes an assessment for an Resilience Hub application. *
* * @param describeAppAssessmentRequest * @return A Java Future containing the result of the DescribeAppAssessment operation returned by the service. * @sample AWSResilienceHubAsync.DescribeAppAssessment * @see AWS API Documentation */ java.util.concurrent.Future* Describes an assessment for an Resilience Hub application. *
* * @param describeAppAssessmentRequest * @param 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. * @return A Java Future containing the result of the DescribeAppAssessment operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DescribeAppAssessment * @see AWS API Documentation */ java.util.concurrent.Future* Describes the Resilience Hub application version. *
* * @param describeAppVersionRequest * @return A Java Future containing the result of the DescribeAppVersion operation returned by the service. * @sample AWSResilienceHubAsync.DescribeAppVersion * @see AWS API Documentation */ java.util.concurrent.Future* Describes the Resilience Hub application version. *
* * @param describeAppVersionRequest * @param 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. * @return A Java Future containing the result of the DescribeAppVersion operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DescribeAppVersion * @see AWS API Documentation */ java.util.concurrent.Future* Describes an Application Component in the Resilience Hub application. *
* * @param describeAppVersionAppComponentRequest * @return A Java Future containing the result of the DescribeAppVersionAppComponent operation returned by the * service. * @sample AWSResilienceHubAsync.DescribeAppVersionAppComponent * @see AWS API Documentation */ java.util.concurrent.Future* Describes an Application Component in the Resilience Hub application. *
* * @param describeAppVersionAppComponentRequest * @param 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. * @return A Java Future containing the result of the DescribeAppVersionAppComponent operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.DescribeAppVersionAppComponent * @see AWS API Documentation */ java.util.concurrent.Future* Describes a resource of the Resilience Hub application. *
** This API accepts only one of the following parameters to descibe the resource: *
*
* resourceName
*
* logicalResourceId
*
* physicalResourceId
(Along with physicalResourceId
, you can also provide
* awsAccountId
, and awsRegion
)
*
* Describes a resource of the Resilience Hub application. *
** This API accepts only one of the following parameters to descibe the resource: *
*
* resourceName
*
* logicalResourceId
*
* physicalResourceId
(Along with physicalResourceId
, you can also provide
* awsAccountId
, and awsRegion
)
*
* Returns the resolution status for the specified resolution identifier for an application version. If
* resolutionId
is not specified, the current resolution status is returned.
*
* Returns the resolution status for the specified resolution identifier for an application version. If
* resolutionId
is not specified, the current resolution status is returned.
*
* Describes details about an Resilience Hub application. *
* * @param describeAppVersionTemplateRequest * @return A Java Future containing the result of the DescribeAppVersionTemplate operation returned by the service. * @sample AWSResilienceHubAsync.DescribeAppVersionTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Describes details about an Resilience Hub application. *
* * @param describeAppVersionTemplateRequest * @param 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. * @return A Java Future containing the result of the DescribeAppVersionTemplate operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DescribeAppVersionTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Describes the status of importing resources to an application version. *
*
* If you get a 404 error with ResourceImportStatusNotFoundAppMetadataException
, you must call
* importResourcesToDraftAppVersion
after creating the application and before calling
* describeDraftAppVersionResourcesImportStatus
to obtain the status.
*
* Describes the status of importing resources to an application version. *
*
* If you get a 404 error with ResourceImportStatusNotFoundAppMetadataException
, you must call
* importResourcesToDraftAppVersion
after creating the application and before calling
* describeDraftAppVersionResourcesImportStatus
to obtain the status.
*
* Describes a specified resiliency policy for an Resilience Hub application. The returned policy object includes * creation time, data location constraints, the Amazon Resource Name (ARN) for the policy, tags, tier, and more. *
* * @param describeResiliencyPolicyRequest * @return A Java Future containing the result of the DescribeResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsync.DescribeResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future* Describes a specified resiliency policy for an Resilience Hub application. The returned policy object includes * creation time, data location constraints, the Amazon Resource Name (ARN) for the policy, tags, tier, and more. *
* * @param describeResiliencyPolicyRequest * @param 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. * @return A Java Future containing the result of the DescribeResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsyncHandler.DescribeResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future* Imports resources to Resilience Hub application draft version from different input sources. For more information * about the input sources supported by Resilience Hub, see Discover the structure * and describe your Resilience Hub application. *
* * @param importResourcesToDraftAppVersionRequest * @return A Java Future containing the result of the ImportResourcesToDraftAppVersion operation returned by the * service. * @sample AWSResilienceHubAsync.ImportResourcesToDraftAppVersion * @see AWS API Documentation */ java.util.concurrent.Future* Imports resources to Resilience Hub application draft version from different input sources. For more information * about the input sources supported by Resilience Hub, see Discover the structure * and describe your Resilience Hub application. *
* * @param importResourcesToDraftAppVersionRequest * @param 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. * @return A Java Future containing the result of the ImportResourcesToDraftAppVersion operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.ImportResourcesToDraftAppVersion * @see AWS API Documentation */ java.util.concurrent.Future* Lists the alarm recommendations for an Resilience Hub application. *
* * @param listAlarmRecommendationsRequest * @return A Java Future containing the result of the ListAlarmRecommendations operation returned by the service. * @sample AWSResilienceHubAsync.ListAlarmRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the alarm recommendations for an Resilience Hub application. *
* * @param listAlarmRecommendationsRequest * @param 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. * @return A Java Future containing the result of the ListAlarmRecommendations operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListAlarmRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the assessments for an Resilience Hub application. You can use request parameters to refine the results for * the response object. *
* * @param listAppAssessmentsRequest * @return A Java Future containing the result of the ListAppAssessments operation returned by the service. * @sample AWSResilienceHubAsync.ListAppAssessments * @see AWS API Documentation */ java.util.concurrent.Future* Lists the assessments for an Resilience Hub application. You can use request parameters to refine the results for * the response object. *
* * @param listAppAssessmentsRequest * @param 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. * @return A Java Future containing the result of the ListAppAssessments operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListAppAssessments * @see AWS API Documentation */ java.util.concurrent.Future* Lists the compliances for an Resilience Hub Application Component. *
* * @param listAppComponentCompliancesRequest * @return A Java Future containing the result of the ListAppComponentCompliances operation returned by the service. * @sample AWSResilienceHubAsync.ListAppComponentCompliances * @see AWS API Documentation */ java.util.concurrent.Future* Lists the compliances for an Resilience Hub Application Component. *
* * @param listAppComponentCompliancesRequest * @param 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. * @return A Java Future containing the result of the ListAppComponentCompliances operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListAppComponentCompliances * @see AWS API Documentation */ java.util.concurrent.Future* Lists the recommendations for an Resilience Hub Application Component. *
* * @param listAppComponentRecommendationsRequest * @return A Java Future containing the result of the ListAppComponentRecommendations operation returned by the * service. * @sample AWSResilienceHubAsync.ListAppComponentRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the recommendations for an Resilience Hub Application Component. *
* * @param listAppComponentRecommendationsRequest * @param 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. * @return A Java Future containing the result of the ListAppComponentRecommendations operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.ListAppComponentRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists all the input sources of the Resilience Hub application. For more information about the input sources * supported by Resilience Hub, see Discover the structure * and describe your Resilience Hub application. *
* * @param listAppInputSourcesRequest * @return A Java Future containing the result of the ListAppInputSources operation returned by the service. * @sample AWSResilienceHubAsync.ListAppInputSources * @see AWS API Documentation */ java.util.concurrent.Future* Lists all the input sources of the Resilience Hub application. For more information about the input sources * supported by Resilience Hub, see Discover the structure * and describe your Resilience Hub application. *
* * @param listAppInputSourcesRequest * @param 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. * @return A Java Future containing the result of the ListAppInputSources operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListAppInputSources * @see AWS API Documentation */ java.util.concurrent.Future* Lists all the Application Components in the Resilience Hub application. *
* * @param listAppVersionAppComponentsRequest * @return A Java Future containing the result of the ListAppVersionAppComponents operation returned by the service. * @sample AWSResilienceHubAsync.ListAppVersionAppComponents * @see AWS API Documentation */ java.util.concurrent.Future* Lists all the Application Components in the Resilience Hub application. *
* * @param listAppVersionAppComponentsRequest * @param 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. * @return A Java Future containing the result of the ListAppVersionAppComponents operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListAppVersionAppComponents * @see AWS API Documentation */ java.util.concurrent.Future* Lists how the resources in an application version are mapped/sourced from. Mappings can be physical resource * identifiers, CloudFormation stacks, resource-groups, or an application registry app. *
* * @param listAppVersionResourceMappingsRequest * @return A Java Future containing the result of the ListAppVersionResourceMappings operation returned by the * service. * @sample AWSResilienceHubAsync.ListAppVersionResourceMappings * @see AWS API Documentation */ java.util.concurrent.Future* Lists how the resources in an application version are mapped/sourced from. Mappings can be physical resource * identifiers, CloudFormation stacks, resource-groups, or an application registry app. *
* * @param listAppVersionResourceMappingsRequest * @param 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. * @return A Java Future containing the result of the ListAppVersionResourceMappings operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.ListAppVersionResourceMappings * @see AWS API Documentation */ java.util.concurrent.Future* Lists all the resources in an Resilience Hub application. *
* * @param listAppVersionResourcesRequest * @return A Java Future containing the result of the ListAppVersionResources operation returned by the service. * @sample AWSResilienceHubAsync.ListAppVersionResources * @see AWS API Documentation */ java.util.concurrent.Future* Lists all the resources in an Resilience Hub application. *
* * @param listAppVersionResourcesRequest * @param 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. * @return A Java Future containing the result of the ListAppVersionResources operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListAppVersionResources * @see AWS API Documentation */ java.util.concurrent.Future* Lists the different versions for the Resilience Hub applications. *
* * @param listAppVersionsRequest * @return A Java Future containing the result of the ListAppVersions operation returned by the service. * @sample AWSResilienceHubAsync.ListAppVersions * @see AWS * API Documentation */ java.util.concurrent.Future* Lists the different versions for the Resilience Hub applications. *
* * @param listAppVersionsRequest * @param 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. * @return A Java Future containing the result of the ListAppVersions operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListAppVersions * @see AWS * API Documentation */ java.util.concurrent.Future* Lists your Resilience Hub applications. *
** You can filter applications using only one filter at a time or without using any filter. If you try to filter * applications using multiple filters, you will get the following error: *
*
* An error occurred (ValidationException) when calling the ListApps operation: Only one filter is supported for this operation.
*
* Lists your Resilience Hub applications. *
** You can filter applications using only one filter at a time or without using any filter. If you try to filter * applications using multiple filters, you will get the following error: *
*
* An error occurred (ValidationException) when calling the ListApps operation: Only one filter is supported for this operation.
*
* Lists the recommendation templates for the Resilience Hub applications. *
* * @param listRecommendationTemplatesRequest * @return A Java Future containing the result of the ListRecommendationTemplates operation returned by the service. * @sample AWSResilienceHubAsync.ListRecommendationTemplates * @see AWS API Documentation */ java.util.concurrent.Future* Lists the recommendation templates for the Resilience Hub applications. *
* * @param listRecommendationTemplatesRequest * @param 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. * @return A Java Future containing the result of the ListRecommendationTemplates operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListRecommendationTemplates * @see AWS API Documentation */ java.util.concurrent.Future* Lists the resiliency policies for the Resilience Hub applications. *
* * @param listResiliencyPoliciesRequest * @return A Java Future containing the result of the ListResiliencyPolicies operation returned by the service. * @sample AWSResilienceHubAsync.ListResiliencyPolicies * @see AWS API Documentation */ java.util.concurrent.Future* Lists the resiliency policies for the Resilience Hub applications. *
* * @param listResiliencyPoliciesRequest * @param 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. * @return A Java Future containing the result of the ListResiliencyPolicies operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListResiliencyPolicies * @see AWS API Documentation */ java.util.concurrent.Future* Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications. *
* * @param listSopRecommendationsRequest * @return A Java Future containing the result of the ListSopRecommendations operation returned by the service. * @sample AWSResilienceHubAsync.ListSopRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications. *
* * @param listSopRecommendationsRequest * @param 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. * @return A Java Future containing the result of the ListSopRecommendations operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListSopRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the suggested resiliency policies for the Resilience Hub applications. *
* * @param listSuggestedResiliencyPoliciesRequest * @return A Java Future containing the result of the ListSuggestedResiliencyPolicies operation returned by the * service. * @sample AWSResilienceHubAsync.ListSuggestedResiliencyPolicies * @see AWS API Documentation */ java.util.concurrent.Future* Lists the suggested resiliency policies for the Resilience Hub applications. *
* * @param listSuggestedResiliencyPoliciesRequest * @param 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. * @return A Java Future containing the result of the ListSuggestedResiliencyPolicies operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.ListSuggestedResiliencyPolicies * @see AWS API Documentation */ java.util.concurrent.Future* Lists the tags for your resources in your Resilience Hub applications. *
* * @param listTagsForResourceRequest * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AWSResilienceHubAsync.ListTagsForResource * @see AWS API Documentation */ java.util.concurrent.Future* Lists the tags for your resources in your Resilience Hub applications. *
* * @param listTagsForResourceRequest * @param 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. * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListTagsForResource * @see AWS API Documentation */ java.util.concurrent.Future* Lists the test recommendations for the Resilience Hub application. *
* * @param listTestRecommendationsRequest * @return A Java Future containing the result of the ListTestRecommendations operation returned by the service. * @sample AWSResilienceHubAsync.ListTestRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the test recommendations for the Resilience Hub application. *
* * @param listTestRecommendationsRequest * @param 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. * @return A Java Future containing the result of the ListTestRecommendations operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ListTestRecommendations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the resources that are not currently supported in Resilience Hub. An unsupported resource is a resource * that exists in the object that was used to create an app, but is not supported by Resilience Hub. *
* * @param listUnsupportedAppVersionResourcesRequest * @return A Java Future containing the result of the ListUnsupportedAppVersionResources operation returned by the * service. * @sample AWSResilienceHubAsync.ListUnsupportedAppVersionResources * @see AWS API Documentation */ java.util.concurrent.Future* Lists the resources that are not currently supported in Resilience Hub. An unsupported resource is a resource * that exists in the object that was used to create an app, but is not supported by Resilience Hub. *
* * @param listUnsupportedAppVersionResourcesRequest * @param 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. * @return A Java Future containing the result of the ListUnsupportedAppVersionResources operation returned by the * service. * @sample AWSResilienceHubAsyncHandler.ListUnsupportedAppVersionResources * @see AWS API Documentation */ java.util.concurrent.Future* Publishes a new version of a specific Resilience Hub application. *
* * @param publishAppVersionRequest * @return A Java Future containing the result of the PublishAppVersion operation returned by the service. * @sample AWSResilienceHubAsync.PublishAppVersion * @see AWS API Documentation */ java.util.concurrent.Future* Publishes a new version of a specific Resilience Hub application. *
* * @param publishAppVersionRequest * @param 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. * @return A Java Future containing the result of the PublishAppVersion operation returned by the service. * @sample AWSResilienceHubAsyncHandler.PublishAppVersion * @see AWS API Documentation */ java.util.concurrent.Future* Adds or updates the app template for an Resilience Hub application draft version. *
* * @param putDraftAppVersionTemplateRequest * @return A Java Future containing the result of the PutDraftAppVersionTemplate operation returned by the service. * @sample AWSResilienceHubAsync.PutDraftAppVersionTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Adds or updates the app template for an Resilience Hub application draft version. *
* * @param putDraftAppVersionTemplateRequest * @param 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. * @return A Java Future containing the result of the PutDraftAppVersionTemplate operation returned by the service. * @sample AWSResilienceHubAsyncHandler.PutDraftAppVersionTemplate * @see AWS API Documentation */ java.util.concurrent.Future* Removes resource mappings from a draft application version. *
* * @param removeDraftAppVersionResourceMappingsRequest * @return A Java Future containing the result of the RemoveDraftAppVersionResourceMappings operation returned by * the service. * @sample AWSResilienceHubAsync.RemoveDraftAppVersionResourceMappings * @see AWS API Documentation */ java.util.concurrent.Future* Removes resource mappings from a draft application version. *
* * @param removeDraftAppVersionResourceMappingsRequest * @param 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. * @return A Java Future containing the result of the RemoveDraftAppVersionResourceMappings operation returned by * the service. * @sample AWSResilienceHubAsyncHandler.RemoveDraftAppVersionResourceMappings * @see AWS API Documentation */ java.util.concurrent.Future* Resolves the resources for an application version. *
* * @param resolveAppVersionResourcesRequest * @return A Java Future containing the result of the ResolveAppVersionResources operation returned by the service. * @sample AWSResilienceHubAsync.ResolveAppVersionResources * @see AWS API Documentation */ java.util.concurrent.Future* Resolves the resources for an application version. *
* * @param resolveAppVersionResourcesRequest * @param 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. * @return A Java Future containing the result of the ResolveAppVersionResources operation returned by the service. * @sample AWSResilienceHubAsyncHandler.ResolveAppVersionResources * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new application assessment for an application. *
* * @param startAppAssessmentRequest * @return A Java Future containing the result of the StartAppAssessment operation returned by the service. * @sample AWSResilienceHubAsync.StartAppAssessment * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new application assessment for an application. *
* * @param startAppAssessmentRequest * @param 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. * @return A Java Future containing the result of the StartAppAssessment operation returned by the service. * @sample AWSResilienceHubAsyncHandler.StartAppAssessment * @see AWS API Documentation */ java.util.concurrent.Future* Applies one or more tags to a resource. *
* * @param tagResourceRequest * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AWSResilienceHubAsync.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Applies one or more tags to a resource. *
* * @param tagResourceRequest * @param 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. * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AWSResilienceHubAsyncHandler.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Removes one or more tags from a resource. *
* * @param untagResourceRequest * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AWSResilienceHubAsync.UntagResource * @see AWS * API Documentation */ java.util.concurrent.Future* Removes one or more tags from a resource. *
* * @param untagResourceRequest * @param 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. * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AWSResilienceHubAsyncHandler.UntagResource * @see AWS * API Documentation */ java.util.concurrent.Future* Updates an application. *
* * @param updateAppRequest * @return A Java Future containing the result of the UpdateApp operation returned by the service. * @sample AWSResilienceHubAsync.UpdateApp * @see AWS API * Documentation */ java.util.concurrent.Future* Updates an application. *
* * @param updateAppRequest * @param 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. * @return A Java Future containing the result of the UpdateApp operation returned by the service. * @sample AWSResilienceHubAsyncHandler.UpdateApp * @see AWS API * Documentation */ java.util.concurrent.Future* Updates the Resilience Hub application version. *
*
* This API updates the Resilience Hub application draft version. To use this information for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Updates the Resilience Hub application version. *
*
* This API updates the Resilience Hub application draft version. To use this information for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Updates an existing Application Component in the Resilience Hub application. *
*
* This API updates the Resilience Hub application draft version. To use this Application Component for running
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Updates an existing Application Component in the Resilience Hub application. *
*
* This API updates the Resilience Hub application draft version. To use this Application Component for running
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* Updates the resource details in the Resilience Hub application. *
** This action has no effect outside Resilience Hub. *
*
* This API updates the Resilience Hub application draft version. To use this resource for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* To update application version with new physicalResourceID
, you must call
* ResolveAppVersionResources
API.
*
* Updates the resource details in the Resilience Hub application. *
** This action has no effect outside Resilience Hub. *
*
* This API updates the Resilience Hub application draft version. To use this resource for running resiliency
* assessments, you must publish the Resilience Hub application using the PublishAppVersion
API.
*
* To update application version with new physicalResourceID
, you must call
* ResolveAppVersionResources
API.
*
* Updates a resiliency policy. *
* * @param updateResiliencyPolicyRequest * @return A Java Future containing the result of the UpdateResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsync.UpdateResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future* Updates a resiliency policy. *
* * @param updateResiliencyPolicyRequest * @param 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. * @return A Java Future containing the result of the UpdateResiliencyPolicy operation returned by the service. * @sample AWSResilienceHubAsyncHandler.UpdateResiliencyPolicy * @see AWS API Documentation */ java.util.concurrent.Future