Uses of Class
software.amazon.awssdk.services.codestar.model.ListProjectsRequest
-
Packages that use ListProjectsRequest Package Description software.amazon.awssdk.services.codestar AWS CodeStar software.amazon.awssdk.services.codestar.transform -
-
Uses of ListProjectsRequest in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar with parameters of type ListProjectsRequest Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>CodeStarAsyncClient. listProjects(ListProjectsRequest listProjectsRequest)Lists all projects in AWS CodeStar associated with your AWS account.default ListProjectsResponseCodeStarClient. listProjects(ListProjectsRequest listProjectsRequest)Lists all projects in AWS CodeStar associated with your AWS account. -
Uses of ListProjectsRequest in software.amazon.awssdk.services.codestar.transform
Methods in software.amazon.awssdk.services.codestar.transform with parameters of type ListProjectsRequest Modifier and Type Method Description SdkHttpFullRequestListProjectsRequestMarshaller. marshall(ListProjectsRequest listProjectsRequest)
-