Uses of Class
com.amazonaws.services.applicationdiscovery.model.CreateTagsRequest
-
Packages that use CreateTagsRequest Package Description com.amazonaws.services.applicationdiscovery com.amazonaws.services.applicationdiscovery.model -
-
Uses of CreateTagsRequest in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery with parameters of type CreateTagsRequest Modifier and Type Method Description CreateTagsResultAbstractAWSApplicationDiscovery. createTags(CreateTagsRequest request)CreateTagsResultAWSApplicationDiscovery. createTags(CreateTagsRequest createTagsRequest)Creates one or more tags for configuration items.CreateTagsResultAWSApplicationDiscoveryClient. createTags(CreateTagsRequest createTagsRequest)Creates one or more tags for configuration items.Future<CreateTagsResult>AbstractAWSApplicationDiscoveryAsync. createTagsAsync(CreateTagsRequest request)Future<CreateTagsResult>AbstractAWSApplicationDiscoveryAsync. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)Future<CreateTagsResult>AWSApplicationDiscoveryAsync. createTagsAsync(CreateTagsRequest createTagsRequest)Creates one or more tags for configuration items.Future<CreateTagsResult>AWSApplicationDiscoveryAsync. createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)Creates one or more tags for configuration items.Future<CreateTagsResult>AWSApplicationDiscoveryAsyncClient. createTagsAsync(CreateTagsRequest request)Future<CreateTagsResult>AWSApplicationDiscoveryAsyncClient. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)Method parameters in com.amazonaws.services.applicationdiscovery with type arguments of type CreateTagsRequest Modifier and Type Method Description Future<CreateTagsResult>AbstractAWSApplicationDiscoveryAsync. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)Future<CreateTagsResult>AWSApplicationDiscoveryAsync. createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)Creates one or more tags for configuration items.Future<CreateTagsResult>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 CreateTagsRequest Modifier and Type Method Description CreateTagsRequestCreateTagsRequest. clone()CreateTagsRequestCreateTagsRequest. withConfigurationIds(String... configurationIds)A list of configuration items that you want to tag.CreateTagsRequestCreateTagsRequest. withConfigurationIds(Collection<String> configurationIds)A list of configuration items that you want to tag.CreateTagsRequestCreateTagsRequest. withTags(Tag... tags)Tags that you want to associate with one or more configuration items.CreateTagsRequestCreateTagsRequest. withTags(Collection<Tag> tags)Tags that you want to associate with one or more configuration items.
-