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 CreateTagsResult
AbstractAWSApplicationDiscovery. createTags(CreateTagsRequest request)
CreateTagsResult
AWSApplicationDiscovery. createTags(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.CreateTagsResult
AWSApplicationDiscoveryClient. 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 CreateTagsRequest
CreateTagsRequest. clone()
CreateTagsRequest
CreateTagsRequest. withConfigurationIds(String... configurationIds)
A list of configuration items that you want to tag.CreateTagsRequest
CreateTagsRequest. withConfigurationIds(Collection<String> configurationIds)
A list of configuration items that you want to tag.CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
Tags that you want to associate with one or more configuration items.CreateTagsRequest
CreateTagsRequest. withTags(Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
-