| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key identifier, or name, of the tag.
|
Tag |
Tag.withValue(String value)
The string value that's associated with the key of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags that are assigned to the resource.
|
List<Tag> |
CreateServiceRequest.getTags()
The tags to add to the service.
|
List<Tag> |
CreatePublicDnsNamespaceRequest.getTags()
The tags to add to the namespace.
|
List<Tag> |
CreateHttpNamespaceRequest.getTags()
The tags to add to the namespace.
|
List<Tag> |
CreatePrivateDnsNamespaceRequest.getTags()
The tags to add to the namespace.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to add to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags that are assigned to the resource.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
The tags to add to the service.
|
CreatePublicDnsNamespaceRequest |
CreatePublicDnsNamespaceRequest.withTags(Tag... tags)
The tags to add to the namespace.
|
CreateHttpNamespaceRequest |
CreateHttpNamespaceRequest.withTags(Tag... tags)
The tags to add to the namespace.
|
CreatePrivateDnsNamespaceRequest |
CreatePrivateDnsNamespaceRequest.withTags(Tag... tags)
The tags to add to the namespace.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to add to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
void |
CreateServiceRequest.setTags(Collection<Tag> tags)
The tags to add to the service.
|
void |
CreatePublicDnsNamespaceRequest.setTags(Collection<Tag> tags)
The tags to add to the namespace.
|
void |
CreateHttpNamespaceRequest.setTags(Collection<Tag> tags)
The tags to add to the namespace.
|
void |
CreatePrivateDnsNamespaceRequest.setTags(Collection<Tag> tags)
The tags to add to the namespace.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to add to the specified resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
The tags to add to the service.
|
CreatePublicDnsNamespaceRequest |
CreatePublicDnsNamespaceRequest.withTags(Collection<Tag> tags)
The tags to add to the namespace.
|
CreateHttpNamespaceRequest |
CreateHttpNamespaceRequest.withTags(Collection<Tag> tags)
The tags to add to the namespace.
|
CreatePrivateDnsNamespaceRequest |
CreatePrivateDnsNamespaceRequest.withTags(Collection<Tag> tags)
The tags to add to the namespace.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to add to the specified resource.
|
Copyright © 2024. All rights reserved.