| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListResourcesResult> |
AWSCodeStarAsyncClient.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
Future<ListResourcesResult> |
AWSCodeStarAsync.listResourcesAsync(ListResourcesRequest listResourcesRequest,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler)
Lists resources associated with a project in AWS CodeStar.
|
Future<ListResourcesResult> |
AbstractAWSCodeStarAsync.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesRequest |
ListResourcesRequest.clone() |
ListResourcesRequest |
ListResourcesRequest.withMaxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
|
ListResourcesRequest |
ListResourcesRequest.withNextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
|
ListResourcesRequest |
ListResourcesRequest.withProjectId(String projectId)
The ID of the project.
|
Copyright © 2022. All rights reserved.