| Package | Description |
|---|---|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
|
Tag |
Tag.withValue(String value)
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateCloudFormationChangeSetRequest.getTags()
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withTags(Tag... tags)
This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet
API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCloudFormationChangeSetRequest.setTags(Collection<Tag> tags)
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.
|
Copyright © 2023. All rights reserved.