| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository |
AWS Serverless Repository
|
| software.amazon.awssdk.services.serverlessapplicationrepository.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationResponse |
ServerlessApplicationRepositoryClient.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 CreateApplicationResponse |
ServerlessApplicationRepositoryClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse |
CreateApplicationResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.