Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.CreateTagsRequest.Builder
-
Packages that use CreateTagsRequest.Builder Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of CreateTagsRequest.Builder in software.amazon.awssdk.services.applicationdiscovery
Method parameters in software.amazon.awssdk.services.applicationdiscovery with type arguments of type CreateTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>ApplicationDiscoveryAsyncClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Creates one or more tags for configuration items.default CreateTagsResponseApplicationDiscoveryClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Creates one or more tags for configuration items. -
Uses of CreateTagsRequest.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return CreateTagsRequest.Builder Modifier and Type Method Description static CreateTagsRequest.BuilderCreateTagsRequest. builder()CreateTagsRequest.BuilderCreateTagsRequest.Builder. configurationIds(String... configurationIds)A list of configuration items that you want to tag.CreateTagsRequest.BuilderCreateTagsRequest.Builder. configurationIds(Collection<String> configurationIds)A list of configuration items that you want to tag.CreateTagsRequest.BuilderCreateTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTagsRequest.BuilderCreateTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Collection<Tag> tags)Tags that you want to associate with one or more configuration items.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Consumer<Tag.Builder>... tags)Tags that you want to associate with one or more configuration items.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Tag... tags)Tags that you want to associate with one or more configuration items.CreateTagsRequest.BuilderCreateTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type CreateTagsRequest.Builder Modifier and Type Method Description static Class<? extends CreateTagsRequest.Builder>CreateTagsRequest. serializableBuilderClass()
-