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