| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchGetDeploymentGroupsResponse |
CodeDeployClient.batchGetDeploymentGroups(BatchGetDeploymentGroupsRequest batchGetDeploymentGroupsRequest)
Gets information about one or more deployment groups.
|
default BatchGetDeploymentGroupsResponse |
CodeDeployClient.batchGetDeploymentGroups(Consumer<BatchGetDeploymentGroupsRequest.Builder> batchGetDeploymentGroupsRequest)
Gets information about one or more deployment groups.
|
default CreateDeploymentResponse |
CodeDeployClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
default CreateDeploymentResponse |
CodeDeployClient.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
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 DeleteDeploymentGroupResponse |
CodeDeployClient.deleteDeploymentGroup(Consumer<DeleteDeploymentGroupRequest.Builder> deleteDeploymentGroupRequest)
Deletes a deployment group.
|
default DeleteDeploymentGroupResponse |
CodeDeployClient.deleteDeploymentGroup(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest)
Deletes a deployment group.
|
default GetDeploymentGroupResponse |
CodeDeployClient.getDeploymentGroup(Consumer<GetDeploymentGroupRequest.Builder> getDeploymentGroupRequest)
Gets information about a deployment group.
|
default GetDeploymentGroupResponse |
CodeDeployClient.getDeploymentGroup(GetDeploymentGroupRequest getDeploymentGroupRequest)
Gets information about a deployment group.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments()
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services 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 Amazon Web
Services account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator()
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services 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 Amazon Web
Services account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services 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 © 2023. All rights reserved.