Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.UpdateApplicationResponse
-
Packages that use UpdateApplicationResponse Package Description software.amazon.awssdk.services.serverlessapplicationrepository The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy serverless applications in the AWS Cloud. -
-
Uses of UpdateApplicationResponse in software.amazon.awssdk.services.serverlessapplicationrepository
Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return UpdateApplicationResponse Modifier and Type Method Description default UpdateApplicationResponseServerlessApplicationRepositoryClient. updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)Updates the specified application.default UpdateApplicationResponseServerlessApplicationRepositoryClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Updates the specified application.Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return types with arguments of type UpdateApplicationResponse Modifier and Type Method Description default CompletableFuture<UpdateApplicationResponse>ServerlessApplicationRepositoryAsyncClient. updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)Updates the specified application.default CompletableFuture<UpdateApplicationResponse>ServerlessApplicationRepositoryAsyncClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Updates the specified application.
-