@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface Route53RecoveryControlConfigAsyncClient extends SdkClient
builder() method.
Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static Route53RecoveryControlConfigAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
Route53RecoveryControlConfigAsyncClient. |
static Route53RecoveryControlConfigAsyncClient |
create()
Create a
Route53RecoveryControlConfigAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateClusterResponse> |
createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Create a new cluster.
|
default CompletableFuture<CreateClusterResponse> |
createCluster(CreateClusterRequest createClusterRequest)
Create a new cluster.
|
default CompletableFuture<CreateControlPanelResponse> |
createControlPanel(Consumer<CreateControlPanelRequest.Builder> createControlPanelRequest)
Creates a new control panel.
|
default CompletableFuture<CreateControlPanelResponse> |
createControlPanel(CreateControlPanelRequest createControlPanelRequest)
Creates a new control panel.
|
default CompletableFuture<CreateRoutingControlResponse> |
createRoutingControl(Consumer<CreateRoutingControlRequest.Builder> createRoutingControlRequest)
Creates a new routing control.
|
default CompletableFuture<CreateRoutingControlResponse> |
createRoutingControl(CreateRoutingControlRequest createRoutingControlRequest)
Creates a new routing control.
|
default CompletableFuture<CreateSafetyRuleResponse> |
createSafetyRule(Consumer<CreateSafetyRuleRequest.Builder> createSafetyRuleRequest)
Creates a safety rule in a control panel.
|
default CompletableFuture<CreateSafetyRuleResponse> |
createSafetyRule(CreateSafetyRuleRequest createSafetyRuleRequest)
Creates a safety rule in a control panel.
|
default CompletableFuture<DeleteClusterResponse> |
deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)
Delete a cluster.
|
default CompletableFuture<DeleteClusterResponse> |
deleteCluster(DeleteClusterRequest deleteClusterRequest)
Delete a cluster.
|
default CompletableFuture<DeleteControlPanelResponse> |
deleteControlPanel(Consumer<DeleteControlPanelRequest.Builder> deleteControlPanelRequest)
Deletes a control panel.
|
default CompletableFuture<DeleteControlPanelResponse> |
deleteControlPanel(DeleteControlPanelRequest deleteControlPanelRequest)
Deletes a control panel.
|
default CompletableFuture<DeleteRoutingControlResponse> |
deleteRoutingControl(Consumer<DeleteRoutingControlRequest.Builder> deleteRoutingControlRequest)
Deletes a routing control.
|
default CompletableFuture<DeleteRoutingControlResponse> |
deleteRoutingControl(DeleteRoutingControlRequest deleteRoutingControlRequest)
Deletes a routing control.
|
default CompletableFuture<DeleteSafetyRuleResponse> |
deleteSafetyRule(Consumer<DeleteSafetyRuleRequest.Builder> deleteSafetyRuleRequest)
Deletes a safety rule.
|
default CompletableFuture<DeleteSafetyRuleResponse> |
deleteSafetyRule(DeleteSafetyRuleRequest deleteSafetyRuleRequest)
Deletes a safety rule.
|
default CompletableFuture<DescribeClusterResponse> |
describeCluster(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)
Display the details about a cluster.
|
default CompletableFuture<DescribeClusterResponse> |
describeCluster(DescribeClusterRequest describeClusterRequest)
Display the details about a cluster.
|
default CompletableFuture<DescribeControlPanelResponse> |
describeControlPanel(Consumer<DescribeControlPanelRequest.Builder> describeControlPanelRequest)
Displays details about a control panel.
|
default CompletableFuture<DescribeControlPanelResponse> |
describeControlPanel(DescribeControlPanelRequest describeControlPanelRequest)
Displays details about a control panel.
|
default CompletableFuture<DescribeRoutingControlResponse> |
describeRoutingControl(Consumer<DescribeRoutingControlRequest.Builder> describeRoutingControlRequest)
Displays details about a routing control.
|
default CompletableFuture<DescribeRoutingControlResponse> |
describeRoutingControl(DescribeRoutingControlRequest describeRoutingControlRequest)
Displays details about a routing control.
|
default CompletableFuture<DescribeSafetyRuleResponse> |
describeSafetyRule(Consumer<DescribeSafetyRuleRequest.Builder> describeSafetyRuleRequest)
Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control
panel.
|
default CompletableFuture<DescribeSafetyRuleResponse> |
describeSafetyRule(DescribeSafetyRuleRequest describeSafetyRuleRequest)
Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control
panel.
|
default CompletableFuture<ListAssociatedRoute53HealthChecksResponse> |
listAssociatedRoute53HealthChecks(Consumer<ListAssociatedRoute53HealthChecksRequest.Builder> listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
|
default CompletableFuture<ListAssociatedRoute53HealthChecksResponse> |
listAssociatedRoute53HealthChecks(ListAssociatedRoute53HealthChecksRequest listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
|
default ListAssociatedRoute53HealthChecksPublisher |
listAssociatedRoute53HealthChecksPaginator(Consumer<ListAssociatedRoute53HealthChecksRequest.Builder> listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
|
default ListAssociatedRoute53HealthChecksPublisher |
listAssociatedRoute53HealthChecksPaginator(ListAssociatedRoute53HealthChecksRequest listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
|
default CompletableFuture<ListClustersResponse> |
listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of all the clusters in an account.
|
default CompletableFuture<ListClustersResponse> |
listClusters(ListClustersRequest listClustersRequest)
Returns an array of all the clusters in an account.
|
default ListClustersPublisher |
listClustersPaginator(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of all the clusters in an account.
|
default ListClustersPublisher |
listClustersPaginator(ListClustersRequest listClustersRequest)
Returns an array of all the clusters in an account.
|
default CompletableFuture<ListControlPanelsResponse> |
listControlPanels(Consumer<ListControlPanelsRequest.Builder> listControlPanelsRequest)
Returns an array of control panels for a cluster.
|
default CompletableFuture<ListControlPanelsResponse> |
listControlPanels(ListControlPanelsRequest listControlPanelsRequest)
Returns an array of control panels for a cluster.
|
default ListControlPanelsPublisher |
listControlPanelsPaginator(Consumer<ListControlPanelsRequest.Builder> listControlPanelsRequest)
Returns an array of control panels for a cluster.
|
default ListControlPanelsPublisher |
listControlPanelsPaginator(ListControlPanelsRequest listControlPanelsRequest)
Returns an array of control panels for a cluster.
|
default CompletableFuture<ListRoutingControlsResponse> |
listRoutingControls(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest)
Returns an array of routing controls for a control panel.
|
default CompletableFuture<ListRoutingControlsResponse> |
listRoutingControls(ListRoutingControlsRequest listRoutingControlsRequest)
Returns an array of routing controls for a control panel.
|
default ListRoutingControlsPublisher |
listRoutingControlsPaginator(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest)
Returns an array of routing controls for a control panel.
|
default ListRoutingControlsPublisher |
listRoutingControlsPaginator(ListRoutingControlsRequest listRoutingControlsRequest)
Returns an array of routing controls for a control panel.
|
default CompletableFuture<ListSafetyRulesResponse> |
listSafetyRules(Consumer<ListSafetyRulesRequest.Builder> listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
default CompletableFuture<ListSafetyRulesResponse> |
listSafetyRules(ListSafetyRulesRequest listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
default ListSafetyRulesPublisher |
listSafetyRulesPaginator(Consumer<ListSafetyRulesRequest.Builder> listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
default ListSafetyRulesPublisher |
listSafetyRulesPaginator(ListSafetyRulesRequest listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
default CompletableFuture<UpdateControlPanelResponse> |
updateControlPanel(Consumer<UpdateControlPanelRequest.Builder> updateControlPanelRequest)
Updates a control panel.
|
default CompletableFuture<UpdateControlPanelResponse> |
updateControlPanel(UpdateControlPanelRequest updateControlPanelRequest)
Updates a control panel.
|
default CompletableFuture<UpdateRoutingControlResponse> |
updateRoutingControl(Consumer<UpdateRoutingControlRequest.Builder> updateRoutingControlRequest)
Updates a routing control.
|
default CompletableFuture<UpdateRoutingControlResponse> |
updateRoutingControl(UpdateRoutingControlRequest updateRoutingControlRequest)
Updates a routing control.
|
default CompletableFuture<UpdateSafetyRuleResponse> |
updateSafetyRule(Consumer<UpdateSafetyRuleRequest.Builder> updateSafetyRuleRequest)
Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel.
|
default CompletableFuture<UpdateSafetyRuleResponse> |
updateSafetyRule(UpdateSafetyRuleRequest updateSafetyRuleRequest)
Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel.
|
default Route53RecoveryControlConfigAsyncWaiter |
waiter()
Create an instance of
Route53RecoveryControlConfigAsyncWaiter using this client. |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static Route53RecoveryControlConfigAsyncClient create()
Route53RecoveryControlConfigAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static Route53RecoveryControlConfigAsyncClientBuilder builder()
Route53RecoveryControlConfigAsyncClient.default CompletableFuture<CreateClusterResponse> createCluster(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.default CompletableFuture<CreateClusterResponse> createCluster(Consumer<CreateClusterRequest.Builder> 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.
This is a convenience which creates an instance of the CreateClusterRequest.Builder avoiding the need to
create one manually via CreateClusterRequest.builder()
createClusterRequest - A Consumer that will call methods on CreateClusterRequest.Builder to create a request.
Creates a cluster.default CompletableFuture<CreateControlPanelResponse> createControlPanel(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.default CompletableFuture<CreateControlPanelResponse> createControlPanel(Consumer<CreateControlPanelRequest.Builder> 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.
This is a convenience which creates an instance of the CreateControlPanelRequest.Builder avoiding the
need to create one manually via CreateControlPanelRequest.builder()
createControlPanelRequest - A Consumer that will call methods on CreateControlPanelRequest.Builder to create a
request. The details of the control panel that you're creating.default CompletableFuture<CreateRoutingControlResponse> createRoutingControl(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.default CompletableFuture<CreateRoutingControlResponse> createRoutingControl(Consumer<CreateRoutingControlRequest.Builder> 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.
This is a convenience which creates an instance of the CreateRoutingControlRequest.Builder avoiding the
need to create one manually via CreateRoutingControlRequest.builder()
createRoutingControlRequest - A Consumer that will call methods on CreateRoutingControlRequest.Builder to create a
request. The details of the routing control that you're creating.default CompletableFuture<CreateSafetyRuleResponse> createSafetyRule(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.default CompletableFuture<CreateSafetyRuleResponse> createSafetyRule(Consumer<CreateSafetyRuleRequest.Builder> 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.
This is a convenience which creates an instance of the CreateSafetyRuleRequest.Builder avoiding the need
to create one manually via CreateSafetyRuleRequest.builder()
createSafetyRuleRequest - A Consumer that will call methods on CreateSafetyRuleRequest.Builder to create a request.
The request body that you include when you create a safety rule.default CompletableFuture<DeleteClusterResponse> deleteCluster(DeleteClusterRequest deleteClusterRequest)
Delete a cluster.
deleteClusterRequest - default CompletableFuture<DeleteClusterResponse> deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)
Delete a cluster.
This is a convenience which creates an instance of the DeleteClusterRequest.Builder avoiding the need to
create one manually via DeleteClusterRequest.builder()
deleteClusterRequest - A Consumer that will call methods on DeleteClusterRequest.Builder to create a request.default CompletableFuture<DeleteControlPanelResponse> deleteControlPanel(DeleteControlPanelRequest deleteControlPanelRequest)
Deletes a control panel.
deleteControlPanelRequest - default CompletableFuture<DeleteControlPanelResponse> deleteControlPanel(Consumer<DeleteControlPanelRequest.Builder> deleteControlPanelRequest)
Deletes a control panel.
This is a convenience which creates an instance of the DeleteControlPanelRequest.Builder avoiding the
need to create one manually via DeleteControlPanelRequest.builder()
deleteControlPanelRequest - A Consumer that will call methods on DeleteControlPanelRequest.Builder to create a
request.default CompletableFuture<DeleteRoutingControlResponse> deleteRoutingControl(DeleteRoutingControlRequest deleteRoutingControlRequest)
Deletes a routing control.
deleteRoutingControlRequest - default CompletableFuture<DeleteRoutingControlResponse> deleteRoutingControl(Consumer<DeleteRoutingControlRequest.Builder> deleteRoutingControlRequest)
Deletes a routing control.
This is a convenience which creates an instance of the DeleteRoutingControlRequest.Builder avoiding the
need to create one manually via DeleteRoutingControlRequest.builder()
deleteRoutingControlRequest - A Consumer that will call methods on DeleteRoutingControlRequest.Builder to create a
request.default CompletableFuture<DeleteSafetyRuleResponse> deleteSafetyRule(DeleteSafetyRuleRequest deleteSafetyRuleRequest)
Deletes a safety rule.
/>deleteSafetyRuleRequest - default CompletableFuture<DeleteSafetyRuleResponse> deleteSafetyRule(Consumer<DeleteSafetyRuleRequest.Builder> deleteSafetyRuleRequest)
Deletes a safety rule.
/>
This is a convenience which creates an instance of the DeleteSafetyRuleRequest.Builder avoiding the need
to create one manually via DeleteSafetyRuleRequest.builder()
deleteSafetyRuleRequest - A Consumer that will call methods on DeleteSafetyRuleRequest.Builder to create a request.default CompletableFuture<DescribeClusterResponse> describeCluster(DescribeClusterRequest describeClusterRequest)
Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).
describeClusterRequest - default CompletableFuture<DescribeClusterResponse> describeCluster(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)
Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).
This is a convenience which creates an instance of the DescribeClusterRequest.Builder avoiding the need
to create one manually via DescribeClusterRequest.builder()
describeClusterRequest - A Consumer that will call methods on DescribeClusterRequest.Builder to create a request.default CompletableFuture<DescribeControlPanelResponse> describeControlPanel(DescribeControlPanelRequest describeControlPanelRequest)
Displays details about a control panel.
describeControlPanelRequest - default CompletableFuture<DescribeControlPanelResponse> describeControlPanel(Consumer<DescribeControlPanelRequest.Builder> describeControlPanelRequest)
Displays details about a control panel.
This is a convenience which creates an instance of the DescribeControlPanelRequest.Builder avoiding the
need to create one manually via DescribeControlPanelRequest.builder()
describeControlPanelRequest - A Consumer that will call methods on DescribeControlPanelRequest.Builder to create a
request.default CompletableFuture<DescribeRoutingControlResponse> describeRoutingControl(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 - default CompletableFuture<DescribeRoutingControlResponse> describeRoutingControl(Consumer<DescribeRoutingControlRequest.Builder> 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.
This is a convenience which creates an instance of the DescribeRoutingControlRequest.Builder avoiding the
need to create one manually via DescribeRoutingControlRequest.builder()
describeRoutingControlRequest - A Consumer that will call methods on DescribeRoutingControlRequest.Builder to create a
request.default CompletableFuture<DescribeSafetyRuleResponse> describeSafetyRule(DescribeSafetyRuleRequest describeSafetyRuleRequest)
Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.
describeSafetyRuleRequest - default CompletableFuture<DescribeSafetyRuleResponse> describeSafetyRule(Consumer<DescribeSafetyRuleRequest.Builder> describeSafetyRuleRequest)
Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.
This is a convenience which creates an instance of the DescribeSafetyRuleRequest.Builder avoiding the
need to create one manually via DescribeSafetyRuleRequest.builder()
describeSafetyRuleRequest - A Consumer that will call methods on DescribeSafetyRuleRequest.Builder to create a
request.default CompletableFuture<ListAssociatedRoute53HealthChecksResponse> listAssociatedRoute53HealthChecks(ListAssociatedRoute53HealthChecksRequest listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
listAssociatedRoute53HealthChecksRequest - default CompletableFuture<ListAssociatedRoute53HealthChecksResponse> listAssociatedRoute53HealthChecks(Consumer<ListAssociatedRoute53HealthChecksRequest.Builder> listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
This is a convenience which creates an instance of the ListAssociatedRoute53HealthChecksRequest.Builder
avoiding the need to create one manually via ListAssociatedRoute53HealthChecksRequest.builder()
listAssociatedRoute53HealthChecksRequest - A Consumer that will call methods on ListAssociatedRoute53HealthChecksRequest.Builder to
create a request.default ListAssociatedRoute53HealthChecksPublisher listAssociatedRoute53HealthChecksPaginator(ListAssociatedRoute53HealthChecksRequest listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
This is a variant of
listAssociatedRoute53HealthChecks(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListAssociatedRoute53HealthChecksPublisher publisher = client.listAssociatedRoute53HealthChecksPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListAssociatedRoute53HealthChecksPublisher publisher = client.listAssociatedRoute53HealthChecksPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssociatedRoute53HealthChecks(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksRequest)
operation.
listAssociatedRoute53HealthChecksRequest - default ListAssociatedRoute53HealthChecksPublisher listAssociatedRoute53HealthChecksPaginator(Consumer<ListAssociatedRoute53HealthChecksRequest.Builder> listAssociatedRoute53HealthChecksRequest)
Returns an array of all Amazon Route 53 health checks associated with a specific routing control.
This is a variant of
listAssociatedRoute53HealthChecks(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListAssociatedRoute53HealthChecksPublisher publisher = client.listAssociatedRoute53HealthChecksPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListAssociatedRoute53HealthChecksPublisher publisher = client.listAssociatedRoute53HealthChecksPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssociatedRoute53HealthChecks(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListAssociatedRoute53HealthChecksRequest)
operation.
This is a convenience which creates an instance of the ListAssociatedRoute53HealthChecksRequest.Builder
avoiding the need to create one manually via ListAssociatedRoute53HealthChecksRequest.builder()
listAssociatedRoute53HealthChecksRequest - A Consumer that will call methods on ListAssociatedRoute53HealthChecksRequest.Builder to
create a request.default CompletableFuture<ListClustersResponse> listClusters(ListClustersRequest listClustersRequest)
Returns an array of all the clusters in an account.
listClustersRequest - default CompletableFuture<ListClustersResponse> listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of all the clusters in an account.
This is a convenience which creates an instance of the ListClustersRequest.Builder avoiding the need to
create one manually via ListClustersRequest.builder()
listClustersRequest - A Consumer that will call methods on ListClustersRequest.Builder to create a request.default ListClustersPublisher listClustersPaginator(ListClustersRequest listClustersRequest)
Returns an array of all the clusters in an account.
This is a variant of
listClusters(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListClustersPublisher publisher = client.listClustersPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListClustersPublisher publisher = client.listClustersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listClusters(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersRequest)
operation.
listClustersRequest - default ListClustersPublisher listClustersPaginator(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of all the clusters in an account.
This is a variant of
listClusters(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListClustersPublisher publisher = client.listClustersPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListClustersPublisher publisher = client.listClustersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listClusters(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersRequest)
operation.
This is a convenience which creates an instance of the ListClustersRequest.Builder avoiding the need to
create one manually via ListClustersRequest.builder()
listClustersRequest - A Consumer that will call methods on ListClustersRequest.Builder to create a request.default CompletableFuture<ListControlPanelsResponse> listControlPanels(ListControlPanelsRequest listControlPanelsRequest)
Returns an array of control panels for a cluster.
listControlPanelsRequest - default CompletableFuture<ListControlPanelsResponse> listControlPanels(Consumer<ListControlPanelsRequest.Builder> listControlPanelsRequest)
Returns an array of control panels for a cluster.
This is a convenience which creates an instance of the ListControlPanelsRequest.Builder avoiding the need
to create one manually via ListControlPanelsRequest.builder()
listControlPanelsRequest - A Consumer that will call methods on ListControlPanelsRequest.Builder to create a request.default ListControlPanelsPublisher listControlPanelsPaginator(ListControlPanelsRequest listControlPanelsRequest)
Returns an array of control panels for a cluster.
This is a variant of
listControlPanels(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListControlPanelsPublisher publisher = client.listControlPanelsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListControlPanelsPublisher publisher = client.listControlPanelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlPanels(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsRequest)
operation.
listControlPanelsRequest - default ListControlPanelsPublisher listControlPanelsPaginator(Consumer<ListControlPanelsRequest.Builder> listControlPanelsRequest)
Returns an array of control panels for a cluster.
This is a variant of
listControlPanels(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListControlPanelsPublisher publisher = client.listControlPanelsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListControlPanelsPublisher publisher = client.listControlPanelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlPanels(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListControlPanelsRequest)
operation.
This is a convenience which creates an instance of the ListControlPanelsRequest.Builder avoiding the need
to create one manually via ListControlPanelsRequest.builder()
listControlPanelsRequest - A Consumer that will call methods on ListControlPanelsRequest.Builder to create a request.default CompletableFuture<ListRoutingControlsResponse> listRoutingControls(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 - default CompletableFuture<ListRoutingControlsResponse> listRoutingControls(Consumer<ListRoutingControlsRequest.Builder> 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.
This is a convenience which creates an instance of the ListRoutingControlsRequest.Builder avoiding the
need to create one manually via ListRoutingControlsRequest.builder()
listRoutingControlsRequest - A Consumer that will call methods on ListRoutingControlsRequest.Builder to create a
request.default ListRoutingControlsPublisher listRoutingControlsPaginator(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.
This is a variant of
listRoutingControls(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListRoutingControlsPublisher publisher = client.listRoutingControlsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListRoutingControlsPublisher publisher = client.listRoutingControlsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRoutingControls(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsRequest)
operation.
listRoutingControlsRequest - default ListRoutingControlsPublisher listRoutingControlsPaginator(Consumer<ListRoutingControlsRequest.Builder> 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.
This is a variant of
listRoutingControls(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListRoutingControlsPublisher publisher = client.listRoutingControlsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListRoutingControlsPublisher publisher = client.listRoutingControlsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRoutingControls(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsRequest)
operation.
This is a convenience which creates an instance of the ListRoutingControlsRequest.Builder avoiding the
need to create one manually via ListRoutingControlsRequest.builder()
listRoutingControlsRequest - A Consumer that will call methods on ListRoutingControlsRequest.Builder to create a
request.default CompletableFuture<ListSafetyRulesResponse> listSafetyRules(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 - default CompletableFuture<ListSafetyRulesResponse> listSafetyRules(Consumer<ListSafetyRulesRequest.Builder> listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.
This is a convenience which creates an instance of the ListSafetyRulesRequest.Builder avoiding the need
to create one manually via ListSafetyRulesRequest.builder()
listSafetyRulesRequest - A Consumer that will call methods on ListSafetyRulesRequest.Builder to create a request.default ListSafetyRulesPublisher listSafetyRulesPaginator(ListSafetyRulesRequest listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.
This is a variant of
listSafetyRules(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListSafetyRulesPublisher publisher = client.listSafetyRulesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListSafetyRulesPublisher publisher = client.listSafetyRulesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSafetyRules(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesRequest)
operation.
listSafetyRulesRequest - default ListSafetyRulesPublisher listSafetyRulesPaginator(Consumer<ListSafetyRulesRequest.Builder> listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.
This is a variant of
listSafetyRules(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListSafetyRulesPublisher publisher = client.listSafetyRulesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListSafetyRulesPublisher publisher = client.listSafetyRulesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSafetyRules(software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListSafetyRulesRequest)
operation.
This is a convenience which creates an instance of the ListSafetyRulesRequest.Builder avoiding the need
to create one manually via ListSafetyRulesRequest.builder()
listSafetyRulesRequest - A Consumer that will call methods on ListSafetyRulesRequest.Builder to create a request.default CompletableFuture<UpdateControlPanelResponse> updateControlPanel(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.default CompletableFuture<UpdateControlPanelResponse> updateControlPanel(Consumer<UpdateControlPanelRequest.Builder> updateControlPanelRequest)
Updates a control panel. The only update you can make to a control panel is to change the name of the control panel.
This is a convenience which creates an instance of the UpdateControlPanelRequest.Builder avoiding the
need to create one manually via UpdateControlPanelRequest.builder()
updateControlPanelRequest - A Consumer that will call methods on UpdateControlPanelRequest.Builder to create a
request. The details of the control panel that you're updating.default CompletableFuture<UpdateRoutingControlResponse> updateRoutingControl(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.default CompletableFuture<UpdateRoutingControlResponse> updateRoutingControl(Consumer<UpdateRoutingControlRequest.Builder> 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.
This is a convenience which creates an instance of the UpdateRoutingControlRequest.Builder avoiding the
need to create one manually via UpdateRoutingControlRequest.builder()
updateRoutingControlRequest - A Consumer that will call methods on UpdateRoutingControlRequest.Builder to create a
request. The details of the routing control that you're updating.default CompletableFuture<UpdateSafetyRuleResponse> updateSafetyRule(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 - default CompletableFuture<UpdateSafetyRuleResponse> updateSafetyRule(Consumer<UpdateSafetyRuleRequest.Builder> 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.
This is a convenience which creates an instance of the UpdateSafetyRuleRequest.Builder avoiding the need
to create one manually via UpdateSafetyRuleRequest.builder()
updateSafetyRuleRequest - A Consumer that will call methods on UpdateSafetyRuleRequest.Builder to create a request.default Route53RecoveryControlConfigAsyncWaiter waiter()
Route53RecoveryControlConfigAsyncWaiter using this client.
Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
Route53RecoveryControlConfigAsyncWaiterCopyright © 2021. All rights reserved.