| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateEnvironmentEc2Request.tags()
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The list of tags associated with the Cloud9 development environment.
|
List<Tag> |
TagResourceRequest.tags()
The list of tags to add to the given Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.tags(Tag... tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The list of tags associated with the Cloud9 development environment.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The list of tags to add to the given Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.tags(Collection<Tag> tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tags associated with the Cloud9 development environment.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The list of tags to add to the given Cloud9 development environment.
|
Copyright © 2023. All rights reserved.