Uses of Class
com.amazonaws.services.ec2.model.DeleteTagsResult
-
Packages that use DeleteTagsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteTagsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteTagsResult Modifier and Type Method Description DeleteTagsResult
AbstractAmazonEC2. deleteTags(DeleteTagsRequest request)
DeleteTagsResult
AmazonEC2. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.DeleteTagsResult
AmazonEC2Client. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.Methods in com.amazonaws.services.ec2 that return types with arguments of type DeleteTagsResult Modifier and Type Method Description Future<DeleteTagsResult>
AbstractAmazonEC2Async. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AbstractAmazonEC2Async. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AmazonEC2Async. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.Future<DeleteTagsResult>
AmazonEC2Async. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified set of tags from the specified set of resources.Future<DeleteTagsResult>
AmazonEC2AsyncClient. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AmazonEC2AsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteTagsResult Modifier and Type Method Description Future<DeleteTagsResult>
AbstractAmazonEC2Async. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AmazonEC2Async. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified set of tags from the specified set of resources.Future<DeleteTagsResult>
AmazonEC2AsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
-
Uses of DeleteTagsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteTagsResult Modifier and Type Method Description DeleteTagsResult
DeleteTagsResult. clone()
-