Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ListControlsResponse
-
Packages that use ListControlsResponse Package Description software.amazon.awssdk.services.controlcatalog Welcome to the Amazon Web Services Control Catalog API reference.software.amazon.awssdk.services.controlcatalog.paginators -
-
Uses of ListControlsResponse in software.amazon.awssdk.services.controlcatalog
Methods in software.amazon.awssdk.services.controlcatalog that return ListControlsResponse Modifier and Type Method Description default ListControlsResponseControlCatalogClient. listControls(Consumer<ListControlsRequest.Builder> listControlsRequest)Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library.default ListControlsResponseControlCatalogClient. listControls(ListControlsRequest listControlsRequest)Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library.Methods in software.amazon.awssdk.services.controlcatalog that return types with arguments of type ListControlsResponse Modifier and Type Method Description default CompletableFuture<ListControlsResponse>ControlCatalogAsyncClient. listControls(Consumer<ListControlsRequest.Builder> listControlsRequest)Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library.default CompletableFuture<ListControlsResponse>ControlCatalogAsyncClient. listControls(ListControlsRequest listControlsRequest)Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library. -
Uses of ListControlsResponse in software.amazon.awssdk.services.controlcatalog.paginators
Methods in software.amazon.awssdk.services.controlcatalog.paginators that return types with arguments of type ListControlsResponse Modifier and Type Method Description Iterator<ListControlsResponse>ListControlsIterable. iterator()Method parameters in software.amazon.awssdk.services.controlcatalog.paginators with type arguments of type ListControlsResponse Modifier and Type Method Description voidListControlsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListControlsResponse> subscriber)
-