| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model | |
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateDirectoryRequest.tags()
The tags to be assigned to the Simple AD directory.
|
List<Tag> |
ListTagsForResourceResponse.tags()
List of tags returned by the ListTagsForResource operation.
|
List<Tag> |
AddTagsToResourceRequest.tags()
The tags to be assigned to the directory.
|
List<Tag> |
CreateMicrosoftAdRequest.tags()
The tags to be assigned to the Managed Microsoft AD directory.
|
List<Tag> |
ConnectDirectoryRequest.tags()
The tags to be assigned to AD Connector.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDirectoryRequest.Builder |
CreateDirectoryRequest.Builder.tags(Tag... tags)
The tags to be assigned to the Simple AD directory.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
List of tags returned by the ListTagsForResource operation.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the directory.
|
CreateMicrosoftAdRequest.Builder |
CreateMicrosoftAdRequest.Builder.tags(Tag... tags)
The tags to be assigned to the Managed Microsoft AD directory.
|
ConnectDirectoryRequest.Builder |
ConnectDirectoryRequest.Builder.tags(Tag... tags)
The tags to be assigned to AD Connector.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDirectoryRequest.Builder |
CreateDirectoryRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the Simple AD directory.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
List of tags returned by the ListTagsForResource operation.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the directory.
|
CreateMicrosoftAdRequest.Builder |
CreateMicrosoftAdRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the Managed Microsoft AD directory.
|
ConnectDirectoryRequest.Builder |
ConnectDirectoryRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to AD Connector.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.