Uses of Class
com.amazonaws.services.applicationdiscovery.model.CreateTagsRequest
Packages that use CreateTagsRequest
Package
Description
-
Uses of CreateTagsRequest in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery with parameters of type CreateTagsRequestModifier and TypeMethodDescriptionAbstractAWSApplicationDiscovery.createTags
(CreateTagsRequest request) AWSApplicationDiscovery.createTags
(CreateTagsRequest createTagsRequest) Creates one or more tags for configuration items.AWSApplicationDiscoveryClient.createTags
(CreateTagsRequest createTagsRequest) Creates one or more tags for configuration items.AbstractAWSApplicationDiscoveryAsync.createTagsAsync
(CreateTagsRequest request) AbstractAWSApplicationDiscoveryAsync.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) AWSApplicationDiscoveryAsync.createTagsAsync
(CreateTagsRequest createTagsRequest) Creates one or more tags for configuration items.AWSApplicationDiscoveryAsync.createTagsAsync
(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Creates one or more tags for configuration items.AWSApplicationDiscoveryAsyncClient.createTagsAsync
(CreateTagsRequest request) AWSApplicationDiscoveryAsyncClient.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Method parameters in com.amazonaws.services.applicationdiscovery with type arguments of type CreateTagsRequestModifier and TypeMethodDescriptionAbstractAWSApplicationDiscoveryAsync.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) AWSApplicationDiscoveryAsync.createTagsAsync
(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Creates one or more tags for configuration items.AWSApplicationDiscoveryAsyncClient.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) -
Uses of CreateTagsRequest in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return CreateTagsRequestModifier and TypeMethodDescriptionCreateTagsRequest.clone()
CreateTagsRequest.withConfigurationIds
(String... configurationIds) A list of configuration items that you want to tag.CreateTagsRequest.withConfigurationIds
(Collection<String> configurationIds) A list of configuration items that you want to tag.Tags that you want to associate with one or more configuration items.CreateTagsRequest.withTags
(Collection<Tag> tags) Tags that you want to associate with one or more configuration items.