Uses of Class
com.amazonaws.services.applicationdiscovery.model.DeleteTagsResult
-
Packages that use DeleteTagsResult Package Description com.amazonaws.services.applicationdiscovery com.amazonaws.services.applicationdiscovery.model -
-
Uses of DeleteTagsResult in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery that return DeleteTagsResult Modifier and Type Method Description DeleteTagsResult
AbstractAWSApplicationDiscovery. deleteTags(DeleteTagsRequest request)
DeleteTagsResult
AWSApplicationDiscovery. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags.DeleteTagsResult
AWSApplicationDiscoveryClient. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags.Methods in com.amazonaws.services.applicationdiscovery that return types with arguments of type DeleteTagsResult Modifier and Type Method Description Future<DeleteTagsResult>
AbstractAWSApplicationDiscoveryAsync. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AbstractAWSApplicationDiscoveryAsync. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AWSApplicationDiscoveryAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags.Future<DeleteTagsResult>
AWSApplicationDiscoveryAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the association between configuration items and one or more tags.Future<DeleteTagsResult>
AWSApplicationDiscoveryAsyncClient. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AWSApplicationDiscoveryAsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.applicationdiscovery with type arguments of type DeleteTagsResult Modifier and Type Method Description Future<DeleteTagsResult>
AbstractAWSApplicationDiscoveryAsync. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AWSApplicationDiscoveryAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the association between configuration items and one or more tags.Future<DeleteTagsResult>
AWSApplicationDiscoveryAsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
-
Uses of DeleteTagsResult in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return DeleteTagsResult Modifier and Type Method Description DeleteTagsResult
DeleteTagsResult. clone()
-