Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.CreateCloudFormationTemplateResponse
-
Packages that use CreateCloudFormationTemplateResponse 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 CreateCloudFormationTemplateResponse in software.amazon.awssdk.services.serverlessapplicationrepository
Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return CreateCloudFormationTemplateResponse Modifier and Type Method Description default CreateCloudFormationTemplateResponseServerlessApplicationRepositoryClient. createCloudFormationTemplate(Consumer<CreateCloudFormationTemplateRequest.Builder> createCloudFormationTemplateRequest)Creates an AWS CloudFormation template.default CreateCloudFormationTemplateResponseServerlessApplicationRepositoryClient. createCloudFormationTemplate(CreateCloudFormationTemplateRequest createCloudFormationTemplateRequest)Creates an AWS CloudFormation template.Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return types with arguments of type CreateCloudFormationTemplateResponse Modifier and Type Method Description default CompletableFuture<CreateCloudFormationTemplateResponse>ServerlessApplicationRepositoryAsyncClient. createCloudFormationTemplate(Consumer<CreateCloudFormationTemplateRequest.Builder> createCloudFormationTemplateRequest)Creates an AWS CloudFormation template.default CompletableFuture<CreateCloudFormationTemplateResponse>ServerlessApplicationRepositoryAsyncClient. createCloudFormationTemplate(CreateCloudFormationTemplateRequest createCloudFormationTemplateRequest)Creates an AWS CloudFormation template.
-