| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository |
AWS Serverless Repository
|
| software.amazon.awssdk.services.serverlessapplicationrepository.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateCloudFormationChangeSetResponse |
ServerlessApplicationRepositoryClient.createCloudFormationChangeSet(Consumer<CreateCloudFormationChangeSetRequest.Builder> createCloudFormationChangeSetRequest)
Creates an AWS CloudFormation ChangeSet for the given application.
|
default CreateCloudFormationChangeSetResponse |
ServerlessApplicationRepositoryClient.createCloudFormationChangeSet(CreateCloudFormationChangeSetRequest createCloudFormationChangeSetRequest)
Creates an AWS CloudFormation ChangeSet for the given application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCloudFormationChangeSetResponse> |
ServerlessApplicationRepositoryAsyncClient.createCloudFormationChangeSet(Consumer<CreateCloudFormationChangeSetRequest.Builder> createCloudFormationChangeSetRequest)
Creates an AWS CloudFormation ChangeSet for the given application.
This is a convenience which creates an instance of the CreateCloudFormationChangeSetRequest.Builder
avoiding the need to create one manually via CreateCloudFormationChangeSetRequest.builder() |
default CompletableFuture<CreateCloudFormationChangeSetResponse> |
ServerlessApplicationRepositoryAsyncClient.createCloudFormationChangeSet(CreateCloudFormationChangeSetRequest createCloudFormationChangeSetRequest)
Creates an AWS CloudFormation ChangeSet for the given application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationChangeSetResponse |
CreateCloudFormationChangeSetResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.