| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserProfilesResult> |
AWSCodeStarAsync.listUserProfilesAsync(ListUserProfilesRequest listUserProfilesRequest,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler)
Lists all the user profiles configured for your AWS account in AWS CodeStar.
|
Future<ListUserProfilesResult> |
AWSCodeStarAsyncClient.listUserProfilesAsync(ListUserProfilesRequest request,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler) |
Future<ListUserProfilesResult> |
AbstractAWSCodeStarAsync.listUserProfilesAsync(ListUserProfilesRequest request,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesRequest |
ListUserProfilesRequest.clone() |
ListUserProfilesRequest |
ListUserProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a response.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withNextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
|
Copyright © 2021. All rights reserved.