| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AbstractAWSCodeStarAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AWSCodeStarAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AWSCodeStarAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project, including project resources.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProjectRequest |
CreateProjectRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
CreateProjectRequest |
CreateProjectRequest.withDescription(String description)
The description of the project, if any.
|
CreateProjectRequest |
CreateProjectRequest.withId(String id)
The ID of the project to be created in AWS CodeStar.
|
CreateProjectRequest |
CreateProjectRequest.withName(String name)
The display name for the project to be created in AWS CodeStar.
|
CreateProjectRequest |
CreateProjectRequest.withSourceCode(Code... sourceCode)
A list of the Code objects submitted with the project request.
|
CreateProjectRequest |
CreateProjectRequest.withSourceCode(Collection<Code> sourceCode)
A list of the Code objects submitted with the project request.
|
CreateProjectRequest |
CreateProjectRequest.withTags(Map<String,String> tags)
The tags created for the project.
|
CreateProjectRequest |
CreateProjectRequest.withToolchain(Toolchain toolchain)
The name of the toolchain template file submitted with the project request.
|
Copyright © 2023. All rights reserved.