Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ListObjectivesResponse
-
Packages that use ListObjectivesResponse 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 ListObjectivesResponse in software.amazon.awssdk.services.controlcatalog
Methods in software.amazon.awssdk.services.controlcatalog that return ListObjectivesResponse Modifier and Type Method Description default ListObjectivesResponseControlCatalogClient. listObjectives(Consumer<ListObjectivesRequest.Builder> listObjectivesRequest)Returns a paginated list of objectives from the Amazon Web Services Control Catalog.default ListObjectivesResponseControlCatalogClient. listObjectives(ListObjectivesRequest listObjectivesRequest)Returns a paginated list of objectives from the Amazon Web Services Control Catalog.Methods in software.amazon.awssdk.services.controlcatalog that return types with arguments of type ListObjectivesResponse Modifier and Type Method Description default CompletableFuture<ListObjectivesResponse>ControlCatalogAsyncClient. listObjectives(Consumer<ListObjectivesRequest.Builder> listObjectivesRequest)Returns a paginated list of objectives from the Amazon Web Services Control Catalog.default CompletableFuture<ListObjectivesResponse>ControlCatalogAsyncClient. listObjectives(ListObjectivesRequest listObjectivesRequest)Returns a paginated list of objectives from the Amazon Web Services Control Catalog. -
Uses of ListObjectivesResponse in software.amazon.awssdk.services.controlcatalog.paginators
Methods in software.amazon.awssdk.services.controlcatalog.paginators that return types with arguments of type ListObjectivesResponse Modifier and Type Method Description Iterator<ListObjectivesResponse>ListObjectivesIterable. iterator()Method parameters in software.amazon.awssdk.services.controlcatalog.paginators with type arguments of type ListObjectivesResponse Modifier and Type Method Description voidListObjectivesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListObjectivesResponse> subscriber)
-