| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository |
AWS Serverless Repository
|
| software.amazon.awssdk.services.serverlessapplicationrepository.transform |
| Modifier and Type | Method and Description |
|---|---|
default UpdateApplicationResponse |
ServerlessApplicationRepositoryClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates the specified application.
|
default UpdateApplicationResponse |
ServerlessApplicationRepositoryClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateApplicationResponse> |
ServerlessApplicationRepositoryAsyncClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates the specified application.
This is a convenience which creates an instance of the UpdateApplicationRequest.Builder avoiding the need
to create one manually via UpdateApplicationRequest.builder() |
default CompletableFuture<UpdateApplicationResponse> |
ServerlessApplicationRepositoryAsyncClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationResponse |
UpdateApplicationResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.