| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
AWSCodeStarClient.createProject(CreateProjectRequest request)
Creates a project, including project resources.
|
CreateProjectResult |
AbstractAWSCodeStar.createProject(CreateProjectRequest request) |
CreateProjectResult |
AWSCodeStar.createProject(CreateProjectRequest createProjectRequest)
Creates a project, including project resources.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateProjectResult> |
AbstractAWSCodeStarAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
CreateProjectResult.clone() |
CreateProjectResult |
CreateProjectResult.withArn(String arn)
The Amazon Resource Name (ARN) of the created project.
|
CreateProjectResult |
CreateProjectResult.withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
CreateProjectResult |
CreateProjectResult.withId(String id)
The ID of the project.
|
CreateProjectResult |
CreateProjectResult.withProjectTemplateId(String projectTemplateId)
Reserved for future use.
|
Copyright © 2022. All rights reserved.