Uses of Class
software.amazon.awssdk.services.controltower.model.ListControlOperationsResponse
-
Packages that use ListControlOperationsResponse 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 ListControlOperationsResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ListControlOperationsResponse Modifier and Type Method Description default ListControlOperationsResponseControlTowerClient. listControlOperations(Consumer<ListControlOperationsRequest.Builder> listControlOperationsRequest)Provides a list of operations in progress or queued.default ListControlOperationsResponseControlTowerClient. listControlOperations(ListControlOperationsRequest listControlOperationsRequest)Provides a list of operations in progress or queued.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type ListControlOperationsResponse Modifier and Type Method Description default CompletableFuture<ListControlOperationsResponse>ControlTowerAsyncClient. listControlOperations(Consumer<ListControlOperationsRequest.Builder> listControlOperationsRequest)Provides a list of operations in progress or queued.default CompletableFuture<ListControlOperationsResponse>ControlTowerAsyncClient. listControlOperations(ListControlOperationsRequest listControlOperationsRequest)Provides a list of operations in progress or queued. -
Uses of ListControlOperationsResponse in software.amazon.awssdk.services.controltower.paginators
Methods in software.amazon.awssdk.services.controltower.paginators that return types with arguments of type ListControlOperationsResponse Modifier and Type Method Description Iterator<ListControlOperationsResponse>ListControlOperationsIterable. iterator()Method parameters in software.amazon.awssdk.services.controltower.paginators with type arguments of type ListControlOperationsResponse Modifier and Type Method Description voidListControlOperationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListControlOperationsResponse> subscriber)
-