| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDeploymentGroupResponse |
CodeDeployClient.createDeploymentGroup(Consumer<CreateDeploymentGroupRequest.Builder> createDeploymentGroupRequest)
Creates a deployment group to which application revisions are deployed.
|
default CreateDeploymentGroupResponse |
CodeDeployClient.createDeploymentGroup(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a deployment group to which application revisions are deployed.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments()
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator()
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default UpdateDeploymentGroupResponse |
CodeDeployClient.updateDeploymentGroup(Consumer<UpdateDeploymentGroupRequest.Builder> updateDeploymentGroupRequest)
Changes information about a deployment group.
|
default UpdateDeploymentGroupResponse |
CodeDeployClient.updateDeploymentGroup(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about a deployment group.
|
Copyright © 2020. All rights reserved.