Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs() |
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
ListDeploymentConfigsResult |
AbstractAmazonCodeDeploy.listDeploymentConfigs() |
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs(ListDeploymentConfigsRequest request)
Lists the deployment configurations with the IAM user or AWS account.
|
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or AWS account.
|
ListDeploymentConfigsResult |
AbstractAmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest request) |
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.clone() |
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withDeploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime . |
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withDeploymentConfigsList(String... deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime . |
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
Copyright © 2021. All rights reserved.