| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar |
|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateTeamMemberResponse |
CodeStarClient.associateTeamMember(AssociateTeamMemberRequest associateTeamMemberRequest)
Adds an IAM user to the team for an AWS CodeStar project.
|
default AssociateTeamMemberResponse |
CodeStarClient.associateTeamMember(Consumer<AssociateTeamMemberRequest.Builder> associateTeamMemberRequest)
Adds an IAM user to the team for an AWS CodeStar project.
|
default CreateProjectResponse |
CodeStarClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a project, including project resources.
|
default CreateProjectResponse |
CodeStarClient.createProject(CreateProjectRequest createProjectRequest)
Creates a project, including project resources.
|
default CreateUserProfileResponse |
CodeStarClient.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 CreateUserProfileResponse |
CodeStarClient.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.
|
default DeleteProjectResponse |
CodeStarClient.deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Deletes a project, including project resources.
|
default DeleteProjectResponse |
CodeStarClient.deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes a project, including project resources.
|
default DeleteUserProfileResponse |
CodeStarClient.deleteUserProfile(Consumer<DeleteUserProfileRequest.Builder> deleteUserProfileRequest)
Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such
as display name and email address.
|
default DeleteUserProfileResponse |
CodeStarClient.deleteUserProfile(DeleteUserProfileRequest deleteUserProfileRequest)
Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such
as display name and email address.
|
default DescribeProjectResponse |
CodeStarClient.describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)
Describes a project and its resources.
|
default DescribeProjectResponse |
CodeStarClient.describeProject(DescribeProjectRequest describeProjectRequest)
Describes a project and its resources.
|
default DescribeUserProfileResponse |
CodeStarClient.describeUserProfile(Consumer<DescribeUserProfileRequest.Builder> describeUserProfileRequest)
Describes a user in AWS CodeStar and the user attributes across all projects.
|
default DescribeUserProfileResponse |
CodeStarClient.describeUserProfile(DescribeUserProfileRequest describeUserProfileRequest)
Describes a user in AWS CodeStar and the user attributes across all projects.
|
default DisassociateTeamMemberResponse |
CodeStarClient.disassociateTeamMember(Consumer<DisassociateTeamMemberRequest.Builder> disassociateTeamMemberRequest)
Removes a user from a project.
|
default DisassociateTeamMemberResponse |
CodeStarClient.disassociateTeamMember(DisassociateTeamMemberRequest disassociateTeamMemberRequest)
Removes a user from a project.
|
default ListProjectsResponse |
CodeStarClient.listProjects()
Lists all projects in AWS CodeStar associated with your AWS account.
|
default ListProjectsResponse |
CodeStarClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists all projects in AWS CodeStar associated with your AWS account.
|
default ListProjectsResponse |
CodeStarClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists all projects in AWS CodeStar associated with your AWS account.
|
default ListResourcesResponse |
CodeStarClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Lists resources associated with a project in AWS CodeStar.
|
default ListResourcesResponse |
CodeStarClient.listResources(ListResourcesRequest listResourcesRequest)
Lists resources associated with a project in AWS CodeStar.
|
default ListTagsForProjectResponse |
CodeStarClient.listTagsForProject(Consumer<ListTagsForProjectRequest.Builder> listTagsForProjectRequest)
Gets the tags for a project.
|
default ListTagsForProjectResponse |
CodeStarClient.listTagsForProject(ListTagsForProjectRequest listTagsForProjectRequest)
Gets the tags for a project.
|
default ListTeamMembersResponse |
CodeStarClient.listTeamMembers(Consumer<ListTeamMembersRequest.Builder> listTeamMembersRequest)
Lists all team members associated with a project.
|
default ListTeamMembersResponse |
CodeStarClient.listTeamMembers(ListTeamMembersRequest listTeamMembersRequest)
Lists all team members associated with a project.
|
default ListUserProfilesResponse |
CodeStarClient.listUserProfiles()
Lists all the user profiles configured for your AWS account in AWS CodeStar.
|
default ListUserProfilesResponse |
CodeStarClient.listUserProfiles(Consumer<ListUserProfilesRequest.Builder> listUserProfilesRequest)
Lists all the user profiles configured for your AWS account in AWS CodeStar.
|
default ListUserProfilesResponse |
CodeStarClient.listUserProfiles(ListUserProfilesRequest listUserProfilesRequest)
Lists all the user profiles configured for your AWS account in AWS CodeStar.
|
default TagProjectResponse |
CodeStarClient.tagProject(Consumer<TagProjectRequest.Builder> tagProjectRequest)
Adds tags to a project.
|
default TagProjectResponse |
CodeStarClient.tagProject(TagProjectRequest tagProjectRequest)
Adds tags to a project.
|
default UntagProjectResponse |
CodeStarClient.untagProject(Consumer<UntagProjectRequest.Builder> untagProjectRequest)
Removes tags from a project.
|
default UntagProjectResponse |
CodeStarClient.untagProject(UntagProjectRequest untagProjectRequest)
Removes tags from a project.
|
default UpdateProjectResponse |
CodeStarClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Updates a project in AWS CodeStar.
|
default UpdateProjectResponse |
CodeStarClient.updateProject(UpdateProjectRequest updateProjectRequest)
Updates a project in AWS CodeStar.
|
default UpdateTeamMemberResponse |
CodeStarClient.updateTeamMember(Consumer<UpdateTeamMemberRequest.Builder> updateTeamMemberRequest)
Updates a team member's attributes in an AWS CodeStar project.
|
default UpdateTeamMemberResponse |
CodeStarClient.updateTeamMember(UpdateTeamMemberRequest updateTeamMemberRequest)
Updates a team member's attributes in an AWS CodeStar project.
|
default UpdateUserProfileResponse |
CodeStarClient.updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest)
Updates a user's profile in AWS CodeStar.
|
default UpdateUserProfileResponse |
CodeStarClient.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)
Updates a user's profile in AWS CodeStar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentModificationException
Another modification is being made.
|
class |
InvalidNextTokenException
The next token is not valid.
|
class |
InvalidServiceRoleException
The service role is not valid.
|
class |
LimitExceededException
A resource limit has been exceeded.
|
class |
ProjectAlreadyExistsException
An AWS CodeStar project with the same ID already exists in this region for the AWS account.
|
class |
ProjectConfigurationException
Project configuration information is required but not specified.
|
class |
ProjectCreationFailedException
The project creation request was valid, but a nonspecific exception or error occurred during project creation.
|
class |
ProjectNotFoundException
The specified AWS CodeStar project was not found.
|
class |
TeamMemberAlreadyAssociatedException
The team member is already associated with a role in this project.
|
class |
TeamMemberNotFoundException
The specified team member was not found.
|
class |
UserProfileAlreadyExistsException
A user profile with that name already exists in this region for the AWS account.
|
class |
UserProfileNotFoundException
The user profile was not found.
|
class |
ValidationException
The specified input is either not valid, or it could not be validated.
|
| Modifier and Type | Method and Description |
|---|---|
CodeStarException |
CodeStarException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CodeStarException ex) |
Copyright © 2023. All rights reserved.