Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.CreateTagsResponse
-
Packages that use CreateTagsResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of CreateTagsResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return CreateTagsResponse Modifier and Type Method Description default CreateTagsResponseApplicationDiscoveryClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Creates one or more tags for configuration items.default CreateTagsResponseApplicationDiscoveryClient. createTags(CreateTagsRequest createTagsRequest)Creates one or more tags for configuration items.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type CreateTagsResponse Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>ApplicationDiscoveryAsyncClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Creates one or more tags for configuration items.default CompletableFuture<CreateTagsResponse>ApplicationDiscoveryAsyncClient. createTags(CreateTagsRequest createTagsRequest)Creates one or more tags for configuration items.
-