| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Required name of the tag.
|
Tag |
Tag.withValue(String value)
The optional value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
List of tags returned by the ListTagsForResource operation.
|
List<Tag> |
AddTagsToResourceRequest.getTags()
The tags to be assigned to the directory.
|
List<Tag> |
CreateDirectoryRequest.getTags()
The tags to be assigned to the Simple AD directory.
|
List<Tag> |
CreateMicrosoftADRequest.getTags()
The tags to be assigned to the AWS Managed Microsoft AD directory.
|
List<Tag> |
ConnectDirectoryRequest.getTags()
The tags to be assigned to AD Connector.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
List of tags returned by the ListTagsForResource operation.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Tag... tags)
The tags to be assigned to the directory.
|
CreateDirectoryRequest |
CreateDirectoryRequest.withTags(Tag... tags)
The tags to be assigned to the Simple AD directory.
|
CreateMicrosoftADRequest |
CreateMicrosoftADRequest.withTags(Tag... tags)
The tags to be assigned to the AWS Managed Microsoft AD directory.
|
ConnectDirectoryRequest |
ConnectDirectoryRequest.withTags(Tag... tags)
The tags to be assigned to AD Connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
List of tags returned by the ListTagsForResource operation.
|
void |
AddTagsToResourceRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the directory.
|
void |
CreateDirectoryRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the Simple AD directory.
|
void |
CreateMicrosoftADRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the AWS Managed Microsoft AD directory.
|
void |
ConnectDirectoryRequest.setTags(Collection<Tag> tags)
The tags to be assigned to AD Connector.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
List of tags returned by the ListTagsForResource operation.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the directory.
|
CreateDirectoryRequest |
CreateDirectoryRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the Simple AD directory.
|
CreateMicrosoftADRequest |
CreateMicrosoftADRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the AWS Managed Microsoft AD directory.
|
ConnectDirectoryRequest |
ConnectDirectoryRequest.withTags(Collection<Tag> tags)
The tags to be assigned to AD Connector.
|
Copyright © 2019. All rights reserved.