| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProjectResult> |
AWSCodeStarAsync.deleteProjectAsync(DeleteProjectRequest deleteProjectRequest,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes a project, including project resources.
|
Future<DeleteProjectResult> |
AbstractAWSCodeStarAsync.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AWSCodeStarAsyncClient.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectRequest |
DeleteProjectRequest.clone() |
DeleteProjectRequest |
DeleteProjectRequest.withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project deletion.
|
DeleteProjectRequest |
DeleteProjectRequest.withDeleteStack(Boolean deleteStack)
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the
project and its resources.
|
DeleteProjectRequest |
DeleteProjectRequest.withId(String id)
The ID of the project to be deleted in AWS CodeStar.
|
Copyright © 2020. All rights reserved.