| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst |
|
| software.amazon.awssdk.services.codecatalyst.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProjectsResponse |
CodeCatalystClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Retrieves a list of projects.
|
default ListProjectsResponse |
CodeCatalystClient.listProjects(ListProjectsRequest listProjectsRequest)
Retrieves a list of projects.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.