| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
CreateUserProfileResult |
AbstractAWSCodeStar.createUserProfile(CreateUserProfileRequest request) |
CreateUserProfileResult |
AWSCodeStarClient.createUserProfile(CreateUserProfileRequest request)
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.
|
CreateUserProfileResult |
AWSCodeStar.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.
|
Future<CreateUserProfileResult> |
AbstractAWSCodeStarAsync.createUserProfileAsync(CreateUserProfileRequest request) |
Future<CreateUserProfileResult> |
AWSCodeStarAsync.createUserProfileAsync(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.
|
Future<CreateUserProfileResult> |
AWSCodeStarAsyncClient.createUserProfileAsync(CreateUserProfileRequest request) |
Future<CreateUserProfileResult> |
AbstractAWSCodeStarAsync.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
Future<CreateUserProfileResult> |
AWSCodeStarAsync.createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
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.
|
Future<CreateUserProfileResult> |
AWSCodeStarAsyncClient.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUserProfileResult> |
AbstractAWSCodeStarAsync.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
Future<CreateUserProfileResult> |
AWSCodeStarAsync.createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
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.
|
Future<CreateUserProfileResult> |
AWSCodeStarAsyncClient.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateUserProfileRequest |
CreateUserProfileRequest.clone() |
CreateUserProfileRequest |
CreateUserProfileRequest.withDisplayName(String displayName)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withEmailAddress(String emailAddress)
The email address that will be displayed as part of the user's profile in AWS CodeStar.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
Copyright © 2022. All rights reserved.