| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar |
|
| Modifier and Type | Method and Description |
|---|---|
default ListProjectsResponse |
CodeStarClient.listProjects()
Lists all projects in AWS CodeStar associated with your AWS account.
|
default ListProjectsResponse |
CodeStarClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists all projects in AWS CodeStar associated with your AWS account.
|
default ListProjectsResponse |
CodeStarClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists all projects in AWS CodeStar associated with your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectsResponse> |
CodeStarAsyncClient.listProjects()
Lists all projects in AWS CodeStar associated with your AWS account.
|
default CompletableFuture<ListProjectsResponse> |
CodeStarAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists all projects in AWS CodeStar associated with your AWS account.
|
default CompletableFuture<ListProjectsResponse> |
CodeStarAsyncClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists all projects in AWS CodeStar associated with your AWS account.
|
Copyright © 2020. All rights reserved.