| Package | Description |
|---|---|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The name part of a tag.
|
Tag |
Tag.withValue(String value)
The value part of a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateEnvironmentEC2Request.getTags()
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
List<Tag> |
TagResourceRequest.getTags()
The list of tags to add to the given Cloud9 development environment.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tags associated with the Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withTags(Tag... tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of tags to add to the given Cloud9 development environment.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tags associated with the Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEnvironmentEC2Request.setTags(Collection<Tag> tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of tags to add to the given Cloud9 development environment.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tags associated with the Cloud9 development environment.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withTags(Collection<Tag> tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of tags to add to the given Cloud9 development environment.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tags associated with the Cloud9 development environment.
|
Copyright © 2024. All rights reserved.