Uses of Class
com.amazonaws.services.autoscaling.model.DeleteTagsResult
-
Packages that use DeleteTagsResult Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of DeleteTagsResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DeleteTagsResult Modifier and Type Method Description DeleteTagsResult
AbstractAmazonAutoScaling. deleteTags(DeleteTagsRequest request)
DeleteTagsResult
AmazonAutoScaling. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.DeleteTagsResult
AmazonAutoScalingClient. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.Methods in com.amazonaws.services.autoscaling that return types with arguments of type DeleteTagsResult Modifier and Type Method Description Future<DeleteTagsResult>
AbstractAmazonAutoScalingAsync. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AbstractAmazonAutoScalingAsync. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AmazonAutoScalingAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.Future<DeleteTagsResult>
AmazonAutoScalingAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified tags.Future<DeleteTagsResult>
AmazonAutoScalingAsyncClient. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AmazonAutoScalingAsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.autoscaling with type arguments of type DeleteTagsResult Modifier and Type Method Description Future<DeleteTagsResult>
AbstractAmazonAutoScalingAsync. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AmazonAutoScalingAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified tags.Future<DeleteTagsResult>
AmazonAutoScalingAsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
-
Uses of DeleteTagsResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DeleteTagsResult Modifier and Type Method Description DeleteTagsResult
DeleteTagsResult. clone()
-