| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
static ListUserProfilesResponse.Builder |
ListUserProfilesResponse.builder() |
ListUserProfilesResponse.Builder |
ListUserProfilesResponse.Builder.nextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be
returned.
|
ListUserProfilesResponse.Builder |
ListUserProfilesResponse.toBuilder() |
ListUserProfilesResponse.Builder |
ListUserProfilesResponse.Builder.userProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
ListUserProfilesResponse.Builder |
ListUserProfilesResponse.Builder.userProfiles(Consumer<UserProfileSummary.Builder>... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
ListUserProfilesResponse.Builder |
ListUserProfilesResponse.Builder.userProfiles(UserProfileSummary... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUserProfilesResponse.Builder> |
ListUserProfilesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.