Uses of Class
com.amazonaws.services.route53.model.ChangeTagsForResourceRequest
-
Packages that use ChangeTagsForResourceRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ChangeTagsForResourceRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type ChangeTagsForResourceRequest Modifier and Type Method Description Future<ChangeTagsForResourceResult>AbstractAmazonRoute53Async. changeTagsForResourceAsync(ChangeTagsForResourceRequest request, AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler)Future<ChangeTagsForResourceResult>AmazonRoute53Async. changeTagsForResourceAsync(ChangeTagsForResourceRequest changeTagsForResourceRequest, AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler)Future<ChangeTagsForResourceResult>AmazonRoute53AsyncClient. changeTagsForResourceAsync(ChangeTagsForResourceRequest request, AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler) -
Uses of ChangeTagsForResourceRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeTagsForResourceRequest Modifier and Type Method Description ChangeTagsForResourceRequestChangeTagsForResourceRequest. clone()ChangeTagsForResourceRequestChangeTagsForResourceRequest. withAddTags(Tag... addTags)A complex type that contains a list ofTagelements.ChangeTagsForResourceRequestChangeTagsForResourceRequest. withAddTags(Collection<Tag> addTags)A complex type that contains a list ofTagelements.ChangeTagsForResourceRequestChangeTagsForResourceRequest. withRemoveTagKeys(String... removeTagKeys)A list ofTagkeys that you want to remove from the specified resource.ChangeTagsForResourceRequestChangeTagsForResourceRequest. withRemoveTagKeys(Collection<String> removeTagKeys)A list ofTagkeys that you want to remove from the specified resource.ChangeTagsForResourceRequestChangeTagsForResourceRequest. withResourceId(String resourceId)The ID of the resource for which you want to add, change, or delete tags.ChangeTagsForResourceRequestChangeTagsForResourceRequest. withResourceType(TagResourceType resourceType)The type of the resource.ChangeTagsForResourceRequestChangeTagsForResourceRequest. withResourceType(String resourceType)The type of the resource.
-