Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery | |
com.amazonaws.services.applicationdiscovery.model |
Modifier and Type | Method and Description |
---|---|
CreateTagsResult |
AWSApplicationDiscoveryClient.createTags(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
CreateTagsResult |
AbstractAWSApplicationDiscovery.createTags(CreateTagsRequest request) |
CreateTagsResult |
AWSApplicationDiscovery.createTags(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
Future<CreateTagsResult> |
AbstractAWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest request) |
Future<CreateTagsResult> |
AWSApplicationDiscoveryAsyncClient.createTagsAsync(CreateTagsRequest request) |
Future<CreateTagsResult> |
AWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
Future<CreateTagsResult> |
AbstractAWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Future<CreateTagsResult> |
AWSApplicationDiscoveryAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTagsResult> |
AbstractAWSApplicationDiscoveryAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Future<CreateTagsResult> |
AWSApplicationDiscoveryAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withConfigurationIds(Collection<String> configurationIds)
A list of configuration items that you want to tag.
|
CreateTagsRequest |
CreateTagsRequest.withConfigurationIds(String... configurationIds)
A list of configuration items that you want to tag.
|
CreateTagsRequest |
CreateTagsRequest.withTags(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.
|
Copyright © 2018. All rights reserved.