| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The tags to add to the specified resource.
|
List<Tag> |
CreateHttpNamespaceRequest.tags()
The tags to add to the namespace.
|
List<Tag> |
CreateServiceRequest.tags()
The tags to add to the service.
|
List<Tag> |
CreatePrivateDnsNamespaceRequest.tags()
The tags to add to the namespace.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags that are assigned to the resource.
|
List<Tag> |
CreatePublicDnsNamespaceRequest.tags()
The tags to add to the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to add to the specified resource.
|
CreateHttpNamespaceRequest.Builder |
CreateHttpNamespaceRequest.Builder.tags(Tag... tags)
The tags to add to the namespace.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Tag... tags)
The tags to add to the service.
|
CreatePrivateDnsNamespaceRequest.Builder |
CreatePrivateDnsNamespaceRequest.Builder.tags(Tag... tags)
The tags to add to the namespace.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags that are assigned to the resource.
|
CreatePublicDnsNamespaceRequest.Builder |
CreatePublicDnsNamespaceRequest.Builder.tags(Tag... tags)
The tags to add to the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the specified resource.
|
CreateHttpNamespaceRequest.Builder |
CreateHttpNamespaceRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the namespace.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the service.
|
CreatePrivateDnsNamespaceRequest.Builder |
CreatePrivateDnsNamespaceRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the namespace.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
CreatePublicDnsNamespaceRequest.Builder |
CreatePublicDnsNamespaceRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the namespace.
|
Copyright © 2023. All rights reserved.