Uses of Class
software.amazon.awssdk.services.codestar.model.UserProfileSummary
-
Packages that use UserProfileSummary Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of UserProfileSummary in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type UserProfileSummary Modifier and Type Method Description List<UserProfileSummary>ListUserProfilesResponse. userProfiles()All the user profiles configured in AWS CodeStar for an AWS account.Methods in software.amazon.awssdk.services.codestar.model with parameters of type UserProfileSummary Modifier and Type Method Description ListUserProfilesResponse.BuilderListUserProfilesResponse.Builder. userProfiles(UserProfileSummary... userProfiles)All the user profiles configured in AWS CodeStar for an AWS account.Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type UserProfileSummary Modifier and Type Method Description ListUserProfilesResponse.BuilderListUserProfilesResponse.Builder. userProfiles(Collection<UserProfileSummary> userProfiles)All the user profiles configured in AWS CodeStar for an AWS account.
-