Uses of Class
com.amazonaws.services.applicationdiscovery.model.DeleteTagsRequest
Packages that use DeleteTagsRequest
Package
Description
-
Uses of DeleteTagsRequest in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery with parameters of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAWSApplicationDiscovery.deleteTags
(DeleteTagsRequest request) AWSApplicationDiscovery.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes the association between configuration items and one or more tags.AWSApplicationDiscoveryClient.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes the association between configuration items and one or more tags.AbstractAWSApplicationDiscoveryAsync.deleteTagsAsync
(DeleteTagsRequest request) AbstractAWSApplicationDiscoveryAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AWSApplicationDiscoveryAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest) Deletes the association between configuration items and one or more tags.AWSApplicationDiscoveryAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the association between configuration items and one or more tags.AWSApplicationDiscoveryAsyncClient.deleteTagsAsync
(DeleteTagsRequest request) AWSApplicationDiscoveryAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Method parameters in com.amazonaws.services.applicationdiscovery with type arguments of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAWSApplicationDiscoveryAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AWSApplicationDiscoveryAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the association between configuration items and one or more tags.AWSApplicationDiscoveryAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) -
Uses of DeleteTagsRequest in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return DeleteTagsRequestModifier and TypeMethodDescriptionDeleteTagsRequest.clone()
DeleteTagsRequest.withConfigurationIds
(String... configurationIds) A list of configuration items with tags that you want to delete.DeleteTagsRequest.withConfigurationIds
(Collection<String> configurationIds) A list of configuration items with tags that you want to delete.Tags that you want to delete from one or more configuration items.DeleteTagsRequest.withTags
(Collection<Tag> tags) Tags that you want to delete from one or more configuration items.