| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesResult |
AWSCodeStarClient.listUserProfiles(ListUserProfilesRequest request)
Lists all the user profiles configured for your AWS account in AWS CodeStar.
|
ListUserProfilesResult |
AbstractAWSCodeStar.listUserProfiles(ListUserProfilesRequest request) |
ListUserProfilesResult |
AWSCodeStar.listUserProfiles(ListUserProfilesRequest listUserProfilesRequest)
Lists all the user profiles configured for your AWS account in AWS CodeStar.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserProfilesResult> |
AWSCodeStarAsyncClient.listUserProfilesAsync(ListUserProfilesRequest request,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler) |
Future<ListUserProfilesResult> |
AbstractAWSCodeStarAsync.listUserProfilesAsync(ListUserProfilesRequest request,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler) |
Future<ListUserProfilesResult> |
AWSCodeStarAsync.listUserProfilesAsync(ListUserProfilesRequest listUserProfilesRequest,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler)
Lists all the user profiles configured for your AWS account in AWS CodeStar.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesResult |
ListUserProfilesResult.clone() |
ListUserProfilesResult |
ListUserProfilesResult.withNextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be returned.
|
ListUserProfilesResult |
ListUserProfilesResult.withUserProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
ListUserProfilesResult |
ListUserProfilesResult.withUserProfiles(UserProfileSummary... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
Copyright © 2023. All rights reserved.