Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ListCommonControlsResponse
-
Packages that use ListCommonControlsResponse 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 ListCommonControlsResponse in software.amazon.awssdk.services.controlcatalog
Methods in software.amazon.awssdk.services.controlcatalog that return ListCommonControlsResponse Modifier and Type Method Description default ListCommonControlsResponseControlCatalogClient. listCommonControls(Consumer<ListCommonControlsRequest.Builder> listCommonControlsRequest)Returns a paginated list of common controls from the Amazon Web Services Control Catalog.default ListCommonControlsResponseControlCatalogClient. listCommonControls(ListCommonControlsRequest listCommonControlsRequest)Returns a paginated list of common controls from the Amazon Web Services Control Catalog.Methods in software.amazon.awssdk.services.controlcatalog that return types with arguments of type ListCommonControlsResponse Modifier and Type Method Description default CompletableFuture<ListCommonControlsResponse>ControlCatalogAsyncClient. listCommonControls(Consumer<ListCommonControlsRequest.Builder> listCommonControlsRequest)Returns a paginated list of common controls from the Amazon Web Services Control Catalog.default CompletableFuture<ListCommonControlsResponse>ControlCatalogAsyncClient. listCommonControls(ListCommonControlsRequest listCommonControlsRequest)Returns a paginated list of common controls from the Amazon Web Services Control Catalog. -
Uses of ListCommonControlsResponse in software.amazon.awssdk.services.controlcatalog.paginators
Methods in software.amazon.awssdk.services.controlcatalog.paginators that return types with arguments of type ListCommonControlsResponse Modifier and Type Method Description Iterator<ListCommonControlsResponse>ListCommonControlsIterable. iterator()Method parameters in software.amazon.awssdk.services.controlcatalog.paginators with type arguments of type ListCommonControlsResponse Modifier and Type Method Description voidListCommonControlsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCommonControlsResponse> subscriber)
-