Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.CreateApplicationVersionResponse
-
Packages that use CreateApplicationVersionResponse 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 CreateApplicationVersionResponse in software.amazon.awssdk.services.serverlessapplicationrepository
Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return CreateApplicationVersionResponse Modifier and Type Method Description default CreateApplicationVersionResponseServerlessApplicationRepositoryClient. createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)Creates an application version.default CreateApplicationVersionResponseServerlessApplicationRepositoryClient. createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)Creates an application version.Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return types with arguments of type CreateApplicationVersionResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationVersionResponse>ServerlessApplicationRepositoryAsyncClient. createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)Creates an application version.default CompletableFuture<CreateApplicationVersionResponse>ServerlessApplicationRepositoryAsyncClient. createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)Creates an application version.
-