Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsRequest
-
Packages that use ListRoutingControlsRequest Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controllersoftware.amazon.awssdk.services.route53recoverycontrolconfig.paginators software.amazon.awssdk.services.route53recoverycontrolconfig.transform -
-
Uses of ListRoutingControlsRequest in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig with parameters of type ListRoutingControlsRequest Modifier and Type Method Description default CompletableFuture<ListRoutingControlsResponse>Route53RecoveryControlConfigAsyncClient. listRoutingControls(ListRoutingControlsRequest listRoutingControlsRequest)Returns an array of routing controls for a control panel.default ListRoutingControlsResponseRoute53RecoveryControlConfigClient. listRoutingControls(ListRoutingControlsRequest listRoutingControlsRequest)Returns an array of routing controls for a control panel.default ListRoutingControlsPublisherRoute53RecoveryControlConfigAsyncClient. listRoutingControlsPaginator(ListRoutingControlsRequest listRoutingControlsRequest)default ListRoutingControlsIterableRoute53RecoveryControlConfigClient. listRoutingControlsPaginator(ListRoutingControlsRequest listRoutingControlsRequest) -
Uses of ListRoutingControlsRequest in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators
Constructors in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators with parameters of type ListRoutingControlsRequest Constructor Description ListRoutingControlsIterable(Route53RecoveryControlConfigClient client, ListRoutingControlsRequest firstRequest)ListRoutingControlsPublisher(Route53RecoveryControlConfigAsyncClient client, ListRoutingControlsRequest firstRequest) -
Uses of ListRoutingControlsRequest in software.amazon.awssdk.services.route53recoverycontrolconfig.transform
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.transform with parameters of type ListRoutingControlsRequest Modifier and Type Method Description SdkHttpFullRequestListRoutingControlsRequestMarshaller. marshall(ListRoutingControlsRequest listRoutingControlsRequest)
-