Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateApplicationResult> |
AmazonCodeDeployAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application.
|
Future<CreateApplicationResult> |
AbstractAmazonCodeDeployAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AmazonCodeDeployAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withApplicationName(String applicationName)
The name of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
CreateApplicationRequest |
CreateApplicationRequest.withComputePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
Copyright © 2021. All rights reserved.