Uses of Interface
software.amazon.awssdk.services.route53recoverycluster.model.ListRoutingControlsRequest.Builder
-
Packages that use ListRoutingControlsRequest.Builder Package Description software.amazon.awssdk.services.route53recoverycluster Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller.software.amazon.awssdk.services.route53recoverycluster.model -
-
Uses of ListRoutingControlsRequest.Builder in software.amazon.awssdk.services.route53recoverycluster
Method parameters in software.amazon.awssdk.services.route53recoverycluster with type arguments of type ListRoutingControlsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRoutingControlsResponse>Route53RecoveryClusterAsyncClient. listRoutingControls(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest)List routing control names and Amazon Resource Names (ARNs), as well as the routing control state for each routing control, along with the control panel name and control panel ARN for the routing controls.default ListRoutingControlsResponseRoute53RecoveryClusterClient. listRoutingControls(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest)List routing control names and Amazon Resource Names (ARNs), as well as the routing control state for each routing control, along with the control panel name and control panel ARN for the routing controls.default ListRoutingControlsPublisherRoute53RecoveryClusterAsyncClient. listRoutingControlsPaginator(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest)default ListRoutingControlsIterableRoute53RecoveryClusterClient. listRoutingControlsPaginator(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest) -
Uses of ListRoutingControlsRequest.Builder in software.amazon.awssdk.services.route53recoverycluster.model
Methods in software.amazon.awssdk.services.route53recoverycluster.model that return ListRoutingControlsRequest.Builder Modifier and Type Method Description static ListRoutingControlsRequest.BuilderListRoutingControlsRequest. builder()ListRoutingControlsRequest.BuilderListRoutingControlsRequest.Builder. controlPanelArn(String controlPanelArn)The Amazon Resource Name (ARN) of the control panel of the routing controls to list.ListRoutingControlsRequest.BuilderListRoutingControlsRequest.Builder. maxResults(Integer maxResults)The number of routing controls objects that you want to return with this call.ListRoutingControlsRequest.BuilderListRoutingControlsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListRoutingControlsRequest.BuilderListRoutingControlsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRoutingControlsRequest.BuilderListRoutingControlsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRoutingControlsRequest.BuilderListRoutingControlsRequest. toBuilder()Methods in software.amazon.awssdk.services.route53recoverycluster.model that return types with arguments of type ListRoutingControlsRequest.Builder Modifier and Type Method Description static Class<? extends ListRoutingControlsRequest.Builder>ListRoutingControlsRequest. serializableBuilderClass()
-