| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateTagsResponse |
ApplicationDiscoveryClient.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Creates one or more tags for configuration items.
|
default CompletableFuture<CreateTagsResponse> |
ApplicationDiscoveryAsyncClient.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Creates one or more tags for configuration items.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateTagsRequest.Builder |
CreateTagsRequest.builder() |
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.configurationIds(Collection<String> configurationIds)
A list of configuration items that you want to tag.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.configurationIds(String... configurationIds)
A list of configuration items that you want to tag.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags that you want to associate with one or more configuration items.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Tag... tags)
Tags that you want to associate with one or more configuration items.
|
CreateTagsRequest.Builder |
CreateTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateTagsRequest.Builder> |
CreateTagsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.