| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
ComputePlatform |
DeploymentConfigInfo.computePlatform()
The destination platform type for the deployment (
Lambda, Server, or ECS). |
ComputePlatform |
CreateDeploymentConfigRequest.computePlatform()
The destination platform type for the deployment (
Lambda, Server, or ECS). |
ComputePlatform |
CreateApplicationRequest.computePlatform()
The destination platform type for the deployment (
Lambda, Server, or ECS). |
ComputePlatform |
DeploymentGroupInfo.computePlatform()
The destination platform type for the deployment (
Lambda, Server, or ECS). |
ComputePlatform |
ApplicationInfo.computePlatform()
The destination platform type for deployment of the application (
Lambda or Server). |
ComputePlatform |
DeploymentInfo.computePlatform()
The destination platform type for the deployment (
Lambda, Server, or ECS). |
static ComputePlatform |
ComputePlatform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ComputePlatform |
ComputePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputePlatform[] |
ComputePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ComputePlatform> |
ComputePlatform.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
CreateDeploymentConfigRequest.Builder |
CreateDeploymentConfigRequest.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
ApplicationInfo.Builder |
ApplicationInfo.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for deployment of the application (
Lambda or Server). |
DeploymentInfo.Builder |
DeploymentInfo.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
Copyright © 2023. All rights reserved.