@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSRoute53RecoveryControlConfigAsync extends AWSRoute53RecoveryControlConfig
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
AbstractAWSRoute53RecoveryControlConfigAsync
instead.
Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller
ENDPOINT_PREFIX
createCluster, createControlPanel, createRoutingControl, createSafetyRule, deleteCluster, deleteControlPanel, deleteRoutingControl, deleteSafetyRule, describeCluster, describeControlPanel, describeRoutingControl, describeSafetyRule, getCachedResponseMetadata, listAssociatedRoute53HealthChecks, listClusters, listControlPanels, listRoutingControls, listSafetyRules, shutdown, updateControlPanel, updateRoutingControl, updateSafetyRule, waiters
Future<CreateClusterResult> createClusterAsync(CreateClusterRequest createClusterRequest)
Create a new cluster. A cluster is a set of redundant Regional endpoints against which you can run API calls to update or get the state of one or more routing controls. Each cluster has a name, status, Amazon Resource Name (ARN), and an array of the five cluster endpoints (one for each supported Amazon Web Services Region) that you can use with API calls to the Amazon Route 53 Application Recovery Controller cluster data plane.
createClusterRequest
- Creates a cluster.Future<CreateClusterResult> createClusterAsync(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Create a new cluster. A cluster is a set of redundant Regional endpoints against which you can run API calls to update or get the state of one or more routing controls. Each cluster has a name, status, Amazon Resource Name (ARN), and an array of the five cluster endpoints (one for each supported Amazon Web Services Region) that you can use with API calls to the Amazon Route 53 Application Recovery Controller cluster data plane.
createClusterRequest
- Creates a cluster.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.Future<CreateControlPanelResult> createControlPanelAsync(CreateControlPanelRequest createControlPanelRequest)
Creates a new control panel. A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over an Availability Zone or AWS Region.
createControlPanelRequest
- The details of the control panel that you're creating.Future<CreateControlPanelResult> createControlPanelAsync(CreateControlPanelRequest createControlPanelRequest, AsyncHandler<CreateControlPanelRequest,CreateControlPanelResult> asyncHandler)
Creates a new control panel. A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over an Availability Zone or AWS Region.
createControlPanelRequest
- The details of the control panel that you're creating.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.Future<CreateRoutingControlResult> createRoutingControlAsync(CreateRoutingControlRequest createRoutingControlRequest)
Creates a new routing control.
A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control traffic routing.
To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.
createRoutingControlRequest
- The details of the routing control that you're creating.Future<CreateRoutingControlResult> createRoutingControlAsync(CreateRoutingControlRequest createRoutingControlRequest, AsyncHandler<CreateRoutingControlRequest,CreateRoutingControlResult> asyncHandler)
Creates a new routing control.
A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control traffic routing.
To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.
createRoutingControlRequest
- The details of the routing control that you're creating.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.Future<CreateSafetyRuleResult> createSafetyRuleAsync(CreateSafetyRuleRequest createSafetyRuleRequest)
Creates a safety rule in a control panel. Safety rules let you add safeguards around enabling and disabling routing controls, to help prevent unexpected outcomes.
There are two types of safety rules: assertion rules and gating rules.
Assertion rule: An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control is not accepted.
Gating rule: A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you specify. If the gating rule evaluates to true, Amazon Route 53 Application Recovery Controller allows a set of routing control state changes to run and complete against the set of target controls.
createSafetyRuleRequest
- The request body that you include when you create a safety rule.Future<CreateSafetyRuleResult> createSafetyRuleAsync(CreateSafetyRuleRequest createSafetyRuleRequest, AsyncHandler<CreateSafetyRuleRequest,CreateSafetyRuleResult> asyncHandler)
Creates a safety rule in a control panel. Safety rules let you add safeguards around enabling and disabling routing controls, to help prevent unexpected outcomes.
There are two types of safety rules: assertion rules and gating rules.
Assertion rule: An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control is not accepted.
Gating rule: A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you specify. If the gating rule evaluates to true, Amazon Route 53 Application Recovery Controller allows a set of routing control state changes to run and complete against the set of target controls.
createSafetyRuleRequest
- The request body that you include when you create a safety rule.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.Future<DeleteClusterResult> deleteClusterAsync(DeleteClusterRequest deleteClusterRequest)
Delete a cluster.
deleteClusterRequest
- Future<DeleteClusterResult> deleteClusterAsync(DeleteClusterRequest deleteClusterRequest, AsyncHandler<DeleteClusterRequest,DeleteClusterResult> asyncHandler)
Delete a cluster.
deleteClusterRequest
- 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.Future<DeleteControlPanelResult> deleteControlPanelAsync(DeleteControlPanelRequest deleteControlPanelRequest)
Deletes a control panel.
deleteControlPanelRequest
- Future<DeleteControlPanelResult> deleteControlPanelAsync(DeleteControlPanelRequest deleteControlPanelRequest, AsyncHandler<DeleteControlPanelRequest,DeleteControlPanelResult> asyncHandler)
Deletes a control panel.
deleteControlPanelRequest
- 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.Future<DeleteRoutingControlResult> deleteRoutingControlAsync(DeleteRoutingControlRequest deleteRoutingControlRequest)
Deletes a routing control.
deleteRoutingControlRequest
- Future<DeleteRoutingControlResult> deleteRoutingControlAsync(DeleteRoutingControlRequest deleteRoutingControlRequest, AsyncHandler<DeleteRoutingControlRequest,DeleteRoutingControlResult> asyncHandler)
Deletes a routing control.
deleteRoutingControlRequest
- 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.Future<DeleteSafetyRuleResult> deleteSafetyRuleAsync(DeleteSafetyRuleRequest deleteSafetyRuleRequest)
Deletes a safety rule.
/>deleteSafetyRuleRequest
- Future<DeleteSafetyRuleResult> deleteSafetyRuleAsync(DeleteSafetyRuleRequest deleteSafetyRuleRequest, AsyncHandler<DeleteSafetyRuleRequest,DeleteSafetyRuleResult> asyncHandler)
Deletes a safety rule.
/>deleteSafetyRuleRequest
- 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.Future<DescribeClusterResult> describeClusterAsync(DescribeClusterRequest describeClusterRequest)
Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).
describeClusterRequest
- Future<DescribeClusterResult> describeClusterAsync(DescribeClusterRequest describeClusterRequest, AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).
describeClusterRequest
- 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.Future<DescribeControlPanelResult> describeControlPanelAsync(DescribeControlPanelRequest describeControlPanelRequest)
Displays details about a control panel.
describeControlPanelRequest
- Future<DescribeControlPanelResult> describeControlPanelAsync(DescribeControlPanelRequest describeControlPanelRequest, AsyncHandler<DescribeControlPanelRequest,DescribeControlPanelResult> asyncHandler)
Displays details about a control panel.
describeControlPanelRequest
- 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.Future<DescribeRoutingControlResult> describeRoutingControlAsync(DescribeRoutingControlRequest describeRoutingControlRequest)
Displays details about a routing control. A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.
To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.
describeRoutingControlRequest
- Future<DescribeRoutingControlResult> describeRoutingControlAsync(DescribeRoutingControlRequest describeRoutingControlRequest, AsyncHandler<DescribeRoutingControlRequest,DescribeRoutingControlResult> asyncHandler)
Displays details about a routing control. A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.
To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.
describeRoutingControlRequest
- 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.Future<DescribeSafetyRuleResult> describeSafetyRuleAsync(DescribeSafetyRuleRequest describeSafetyRuleRequest)
Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.
describeSafetyRuleRequest
- Future<DescribeSafetyRuleResult> describeSafetyRuleAsync(DescribeSafetyRuleRequest describeSafetyRuleRequest, AsyncHandler<DescribeSafetyRuleRequest,DescribeSafetyRuleResult> asyncHandler)
Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.
describeSafetyRuleRequest
- 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.Future<ListAssociatedRoute53HealthChecksResult> listAssociatedRoute53HealthChecksAsync(ListAssociatedRoute53HealthChecksRequest listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
listAssociatedRoute53HealthChecksRequest
- Future<ListAssociatedRoute53HealthChecksResult> listAssociatedRoute53HealthChecksAsync(ListAssociatedRoute53HealthChecksRequest listAssociatedRoute53HealthChecksRequest, AsyncHandler<ListAssociatedRoute53HealthChecksRequest,ListAssociatedRoute53HealthChecksResult> asyncHandler)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
listAssociatedRoute53HealthChecksRequest
- 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.Future<ListClustersResult> listClustersAsync(ListClustersRequest listClustersRequest)
Returns an array of all the clusters in an account.
listClustersRequest
- Future<ListClustersResult> listClustersAsync(ListClustersRequest listClustersRequest, AsyncHandler<ListClustersRequest,ListClustersResult> asyncHandler)
Returns an array of all the clusters in an account.
listClustersRequest
- 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.Future<ListControlPanelsResult> listControlPanelsAsync(ListControlPanelsRequest listControlPanelsRequest)
Returns an array of control panels for a cluster.
listControlPanelsRequest
- Future<ListControlPanelsResult> listControlPanelsAsync(ListControlPanelsRequest listControlPanelsRequest, AsyncHandler<ListControlPanelsRequest,ListControlPanelsResult> asyncHandler)
Returns an array of control panels for a cluster.
listControlPanelsRequest
- 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.Future<ListRoutingControlsResult> listRoutingControlsAsync(ListRoutingControlsRequest listRoutingControlsRequest)
Returns an array of routing controls for a control panel. A routing control is an Amazon Route 53 Application Recovery Controller construct that has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.
listRoutingControlsRequest
- Future<ListRoutingControlsResult> listRoutingControlsAsync(ListRoutingControlsRequest listRoutingControlsRequest, AsyncHandler<ListRoutingControlsRequest,ListRoutingControlsResult> asyncHandler)
Returns an array of routing controls for a control panel. A routing control is an Amazon Route 53 Application Recovery Controller construct that has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.
listRoutingControlsRequest
- 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.Future<ListSafetyRulesResult> listSafetyRulesAsync(ListSafetyRulesRequest listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.
listSafetyRulesRequest
- Future<ListSafetyRulesResult> listSafetyRulesAsync(ListSafetyRulesRequest listSafetyRulesRequest, AsyncHandler<ListSafetyRulesRequest,ListSafetyRulesResult> asyncHandler)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.
listSafetyRulesRequest
- 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.Future<UpdateControlPanelResult> updateControlPanelAsync(UpdateControlPanelRequest updateControlPanelRequest)
Updates a control panel. The only update you can make to a control panel is to change the name of the control panel.
updateControlPanelRequest
- The details of the control panel that you're updating.Future<UpdateControlPanelResult> updateControlPanelAsync(UpdateControlPanelRequest updateControlPanelRequest, AsyncHandler<UpdateControlPanelRequest,UpdateControlPanelResult> asyncHandler)
Updates a control panel. The only update you can make to a control panel is to change the name of the control panel.
updateControlPanelRequest
- The details of the control panel that you're updating.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.Future<UpdateRoutingControlResult> updateRoutingControlAsync(UpdateRoutingControlRequest updateRoutingControlRequest)
Updates a routing control. You can only update the name of the routing control. To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.
updateRoutingControlRequest
- The details of the routing control that you're updating.Future<UpdateRoutingControlResult> updateRoutingControlAsync(UpdateRoutingControlRequest updateRoutingControlRequest, AsyncHandler<UpdateRoutingControlRequest,UpdateRoutingControlResult> asyncHandler)
Updates a routing control. You can only update the name of the routing control. To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.
updateRoutingControlRequest
- The details of the routing control that you're updating.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.Future<UpdateSafetyRuleResult> updateSafetyRuleAsync(UpdateSafetyRuleRequest updateSafetyRuleRequest)
Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel. You can only update the name and the waiting period for a safety rule. To make other updates, delete the safety rule and create a new safety rule.
updateSafetyRuleRequest
- Future<UpdateSafetyRuleResult> updateSafetyRuleAsync(UpdateSafetyRuleRequest updateSafetyRuleRequest, AsyncHandler<UpdateSafetyRuleRequest,UpdateSafetyRuleResult> asyncHandler)
Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel. You can only update the name and the waiting period for a safety rule. To make other updates, delete the safety rule and create a new safety rule.
updateSafetyRuleRequest
- 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.