| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.clone() |
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withCapabilities(Collection<String> capabilities)
A list of values that you must specify before you can deploy certain applications.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withCapabilities(String... capabilities)
A list of values that you must specify before you can deploy certain applications.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withChangeSetName(String changeSetName)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withClientToken(String clientToken)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withDescription(String description)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withNotificationArns(Collection<String> notificationArns)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withNotificationArns(String... notificationArns)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withParameterOverrides(Collection<ParameterValue> parameterOverrides)
A list of parameter values for the parameters of the application.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withParameterOverrides(ParameterValue... parameterOverrides)
A list of parameter values for the parameters of the application.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withResourceTypes(Collection<String> resourceTypes)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withResourceTypes(String... resourceTypes)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withStackName(String stackName)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withTags(Collection<Tag> tags)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withTags(Tag... tags)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withTemplateId(String templateId)
The UUID returned by CreateCloudFormationTemplate.
|
Copyright © 2019. All rights reserved.