Uses of Class
software.amazon.awssdk.services.directory.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of Tag in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsToResourceRequest. tags()The tags to be assigned to the directory.List<Tag>ConnectDirectoryRequest. tags()The tags to be assigned to AD Connector.List<Tag>CreateDirectoryRequest. tags()The tags to be assigned to the Simple AD directory.List<Tag>CreateMicrosoftAdRequest. tags()The tags to be assigned to the Managed Microsoft AD directory.List<Tag>ListTagsForResourceResponse. tags()List of tags returned by the ListTagsForResource operation.Methods in software.amazon.awssdk.services.directory.model with parameters of type Tag Modifier and Type Method Description AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the directory.ConnectDirectoryRequest.BuilderConnectDirectoryRequest.Builder. tags(Tag... tags)The tags to be assigned to AD Connector.CreateDirectoryRequest.BuilderCreateDirectoryRequest.Builder. tags(Tag... tags)The tags to be assigned to the Simple AD directory.CreateMicrosoftAdRequest.BuilderCreateMicrosoftAdRequest.Builder. tags(Tag... tags)The tags to be assigned to the Managed Microsoft AD directory.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)List of tags returned by the ListTagsForResource operation.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type Tag Modifier and Type Method Description AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the directory.ConnectDirectoryRequest.BuilderConnectDirectoryRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to AD Connector.CreateDirectoryRequest.BuilderCreateDirectoryRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Simple AD directory.CreateMicrosoftAdRequest.BuilderCreateMicrosoftAdRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Managed Microsoft AD directory.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)List of tags returned by the ListTagsForResource operation. -
Uses of Tag in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-