| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateApplicationResponse |
CodeDeployClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Changes the name of an application.
|
default UpdateApplicationResponse |
CodeDeployClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Changes the name of an application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateApplicationResponse> |
CodeDeployAsyncClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Changes the name of an application.
|
default CompletableFuture<UpdateApplicationResponse> |
CodeDeployAsyncClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Changes the name of an application.
|
Copyright © 2019. All rights reserved.