Uses of Class
software.amazon.awssdk.services.controltower.model.ListLandingZoneOperationsResponse
-
Packages that use ListLandingZoneOperationsResponse Package Description software.amazon.awssdk.services.controltower Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources:software.amazon.awssdk.services.controltower.paginators -
-
Uses of ListLandingZoneOperationsResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ListLandingZoneOperationsResponse Modifier and Type Method Description default ListLandingZoneOperationsResponseControlTowerClient. listLandingZoneOperations(Consumer<ListLandingZoneOperationsRequest.Builder> listLandingZoneOperationsRequest)Lists all landing zone operations from the past 90 days.default ListLandingZoneOperationsResponseControlTowerClient. listLandingZoneOperations(ListLandingZoneOperationsRequest listLandingZoneOperationsRequest)Lists all landing zone operations from the past 90 days.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type ListLandingZoneOperationsResponse Modifier and Type Method Description default CompletableFuture<ListLandingZoneOperationsResponse>ControlTowerAsyncClient. listLandingZoneOperations(Consumer<ListLandingZoneOperationsRequest.Builder> listLandingZoneOperationsRequest)Lists all landing zone operations from the past 90 days.default CompletableFuture<ListLandingZoneOperationsResponse>ControlTowerAsyncClient. listLandingZoneOperations(ListLandingZoneOperationsRequest listLandingZoneOperationsRequest)Lists all landing zone operations from the past 90 days. -
Uses of ListLandingZoneOperationsResponse in software.amazon.awssdk.services.controltower.paginators
Methods in software.amazon.awssdk.services.controltower.paginators that return types with arguments of type ListLandingZoneOperationsResponse Modifier and Type Method Description Iterator<ListLandingZoneOperationsResponse>ListLandingZoneOperationsIterable. iterator()Method parameters in software.amazon.awssdk.services.controltower.paginators with type arguments of type ListLandingZoneOperationsResponse Modifier and Type Method Description voidListLandingZoneOperationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLandingZoneOperationsResponse> subscriber)
-