Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of ListProjectsResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return ListProjectsResponse Modifier and Type Method Description default ListProjectsResponseCodeCatalystClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Retrieves a list of projects.default ListProjectsResponseCodeCatalystClient. listProjects(ListProjectsRequest listProjectsRequest)Retrieves a list of projects.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type ListProjectsResponse Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>CodeCatalystAsyncClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Retrieves a list of projects.default CompletableFuture<ListProjectsResponse>CodeCatalystAsyncClient. listProjects(ListProjectsRequest listProjectsRequest)Retrieves a list of projects. -
Uses of ListProjectsResponse in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Iterator<ListProjectsResponse>ListProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.codecatalyst.paginators with type arguments of type ListProjectsResponse Modifier and Type Method Description voidListProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber)
-