Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.ListCellsRequest
-
Packages that use ListCellsRequest Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readinesssoftware.amazon.awssdk.services.route53recoveryreadiness.paginators software.amazon.awssdk.services.route53recoveryreadiness.transform -
-
Uses of ListCellsRequest in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness with parameters of type ListCellsRequest Modifier and Type Method Description default CompletableFuture<ListCellsResponse>Route53RecoveryReadinessAsyncClient. listCells(ListCellsRequest listCellsRequest)Lists the cells for an account.default ListCellsResponseRoute53RecoveryReadinessClient. listCells(ListCellsRequest listCellsRequest)Lists the cells for an account.default ListCellsPublisherRoute53RecoveryReadinessAsyncClient. listCellsPaginator(ListCellsRequest listCellsRequest)This is a variant ofRoute53RecoveryReadinessAsyncClient.listCells(software.amazon.awssdk.services.route53recoveryreadiness.model.ListCellsRequest)operation.default ListCellsIterableRoute53RecoveryReadinessClient. listCellsPaginator(ListCellsRequest listCellsRequest)This is a variant ofRoute53RecoveryReadinessClient.listCells(software.amazon.awssdk.services.route53recoveryreadiness.model.ListCellsRequest)operation. -
Uses of ListCellsRequest in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Constructors in software.amazon.awssdk.services.route53recoveryreadiness.paginators with parameters of type ListCellsRequest Constructor Description ListCellsIterable(Route53RecoveryReadinessClient client, ListCellsRequest firstRequest)ListCellsPublisher(Route53RecoveryReadinessAsyncClient client, ListCellsRequest firstRequest) -
Uses of ListCellsRequest in software.amazon.awssdk.services.route53recoveryreadiness.transform
Methods in software.amazon.awssdk.services.route53recoveryreadiness.transform with parameters of type ListCellsRequest Modifier and Type Method Description SdkHttpFullRequestListCellsRequestMarshaller. marshall(ListCellsRequest listCellsRequest)
-