Modifier and Type | Method and Description |
---|---|
CreateTagsResult |
AbstractAWSApplicationDiscovery.createTags(CreateTagsRequest request) |
CreateTagsResult |
AWSApplicationDiscoveryClient.createTags(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
CreateTagsResult |
AWSApplicationDiscovery.createTags(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
java.util.concurrent.Future<CreateTagsResult> |
AbstractAWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest request) |
java.util.concurrent.Future<CreateTagsResult> |
AWSApplicationDiscoveryAsyncClient.createTagsAsync(CreateTagsRequest request) |
java.util.concurrent.Future<CreateTagsResult> |
AWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
java.util.concurrent.Future<CreateTagsResult> |
AbstractAWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
java.util.concurrent.Future<CreateTagsResult> |
AWSApplicationDiscoveryAsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
java.util.concurrent.Future<CreateTagsResult> |
AWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Creates one or more tags for configuration items.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateTagsResult> |
AbstractAWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
java.util.concurrent.Future<CreateTagsResult> |
AWSApplicationDiscoveryAsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
java.util.concurrent.Future<CreateTagsResult> |
AWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Creates one or more tags for configuration items.
|
Modifier and Type | Method and Description |
---|---|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withConfigurationIds(java.util.Collection<java.lang.String> configurationIds)
A list of configuration items that you want to tag.
|
CreateTagsRequest |
CreateTagsRequest.withConfigurationIds(java.lang.String... configurationIds)
A list of configuration items that you want to tag.
|
CreateTagsRequest |
CreateTagsRequest.withTags(java.util.Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
Tags that you want to associate with one or more configuration items.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateTagsRequest> |
CreateTagsRequestMarshaller.marshall(CreateTagsRequest createTagsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateTagsRequest> |
CreateTagsRequestMarshaller.marshall(CreateTagsRequest createTagsRequest) |