Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListClustersResponse
-
Packages that use ListClustersResponse Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controllersoftware.amazon.awssdk.services.route53recoverycontrolconfig.paginators -
-
Uses of ListClustersResponse in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return ListClustersResponse Modifier and Type Method Description default ListClustersResponseRoute53RecoveryControlConfigClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns an array of all the clusters in an account.default ListClustersResponseRoute53RecoveryControlConfigClient. listClusters(ListClustersRequest listClustersRequest)Returns an array of all the clusters in an account.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return types with arguments of type ListClustersResponse Modifier and Type Method Description default CompletableFuture<ListClustersResponse>Route53RecoveryControlConfigAsyncClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns an array of all the clusters in an account.default CompletableFuture<ListClustersResponse>Route53RecoveryControlConfigAsyncClient. listClusters(ListClustersRequest listClustersRequest)Returns an array of all the clusters in an account. -
Uses of ListClustersResponse in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators that return types with arguments of type ListClustersResponse Modifier and Type Method Description Iterator<ListClustersResponse>ListClustersIterable. iterator()Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators with type arguments of type ListClustersResponse Modifier and Type Method Description voidListClustersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClustersResponse> subscriber)
-