Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DeleteTagsRequest
-
Packages that use DeleteTagsRequest Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.transform -
-
Uses of DeleteTagsRequest in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery with parameters of type DeleteTagsRequest Modifier and Type Method Description default CompletableFuture<DeleteTagsResponse>ApplicationDiscoveryAsyncClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the association between configuration items and one or more tags.default DeleteTagsResponseApplicationDiscoveryClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the association between configuration items and one or more tags. -
Uses of DeleteTagsRequest in software.amazon.awssdk.services.applicationdiscovery.transform
Methods in software.amazon.awssdk.services.applicationdiscovery.transform with parameters of type DeleteTagsRequest Modifier and Type Method Description SdkHttpFullRequestDeleteTagsRequestMarshaller. marshall(DeleteTagsRequest deleteTagsRequest)
-