| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository |
AWS Serverless Repository
|
| software.amazon.awssdk.services.serverlessapplicationrepository.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationVersionResponse |
ServerlessApplicationRepositoryClient.createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)
Creates an application version.
|
default CreateApplicationVersionResponse |
ServerlessApplicationRepositoryClient.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateApplicationVersionResponse> |
ServerlessApplicationRepositoryAsyncClient.createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)
Creates an application version.
This is a convenience which creates an instance of the CreateApplicationVersionRequest.Builder avoiding
the need to create one manually via CreateApplicationVersionRequest.builder() |
default CompletableFuture<CreateApplicationVersionResponse> |
ServerlessApplicationRepositoryAsyncClient.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationVersionResponse |
CreateApplicationVersionResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.