Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse 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 CreateApplicationResponse in software.amazon.awssdk.services.serverlessapplicationrepository
Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseServerlessApplicationRepositoryClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application, optionally including an AWS SAM file to create the first application version in the same call.default CreateApplicationResponseServerlessApplicationRepositoryClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application, optionally including an AWS SAM file to create the first application version in the same call.Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ServerlessApplicationRepositoryAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application, optionally including an AWS SAM file to create the first application version in the same call.default CompletableFuture<CreateApplicationResponse>ServerlessApplicationRepositoryAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application, optionally including an AWS SAM file to create the first application version in the same call.
-