Uses of Class
software.amazon.awssdk.services.codestar.model.CreateUserProfileResponse
-
Packages that use CreateUserProfileResponse Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of CreateUserProfileResponse in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that return CreateUserProfileResponse Modifier and Type Method Description default CreateUserProfileResponseCodeStarClient. createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar.default CreateUserProfileResponseCodeStarClient. createUserProfile(CreateUserProfileRequest createUserProfileRequest)Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar.Methods in software.amazon.awssdk.services.codestar that return types with arguments of type CreateUserProfileResponse Modifier and Type Method Description default CompletableFuture<CreateUserProfileResponse>CodeStarAsyncClient. createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar.default CompletableFuture<CreateUserProfileResponse>CodeStarAsyncClient. createUserProfile(CreateUserProfileRequest createUserProfileRequest)Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar.
-