| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tag key and value pairs associated with the specified resource.
|
List<Tag> |
CreateConnectionResponse.tags()
Specifies the tags applied to the resource.
|
List<Tag> |
CreateHostRequest.tags()
Returns the value of the Tags property for this object.
|
List<Tag> |
TagResourceRequest.tags()
The tags you want to modify or add to the resource.
|
List<Tag> |
CreateHostResponse.tags()
Returns the value of the Tags property for this object.
|
List<Tag> |
CreateConnectionRequest.tags()
The key-value pair to use when tagging the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with the specified resource.
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.tags(Tag... tags)
Specifies the tags applied to the resource.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags you want to modify or add to the resource.
|
CreateHostResponse.Builder |
CreateHostResponse.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.tags(Tag... tags)
The key-value pair to use when tagging the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with the specified resource.
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the resource.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags you want to modify or add to the resource.
|
CreateHostResponse.Builder |
CreateHostResponse.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.tags(Collection<Tag> tags)
The key-value pair to use when tagging the resource.
|
Copyright © 2023. All rights reserved.