Uses of Class
com.amazonaws.services.elasticloadbalancing.model.AddTagsResult
-
Packages that use AddTagsResult Package Description com.amazonaws.services.elasticloadbalancing com.amazonaws.services.elasticloadbalancing.model -
-
Uses of AddTagsResult in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing that return AddTagsResult Modifier and Type Method Description AddTagsResult
AbstractAmazonElasticLoadBalancing. addTags(AddTagsRequest request)
AddTagsResult
AmazonElasticLoadBalancing. addTags(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified load balancer.AddTagsResult
AmazonElasticLoadBalancingClient. addTags(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified load balancer.Methods in com.amazonaws.services.elasticloadbalancing that return types with arguments of type AddTagsResult Modifier and Type Method Description Future<AddTagsResult>
AbstractAmazonElasticLoadBalancingAsync. addTagsAsync(AddTagsRequest request)
Future<AddTagsResult>
AbstractAmazonElasticLoadBalancingAsync. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Future<AddTagsResult>
AmazonElasticLoadBalancingAsync. addTagsAsync(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified load balancer.Future<AddTagsResult>
AmazonElasticLoadBalancingAsync. addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified load balancer.Future<AddTagsResult>
AmazonElasticLoadBalancingAsyncClient. addTagsAsync(AddTagsRequest request)
Future<AddTagsResult>
AmazonElasticLoadBalancingAsyncClient. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type AddTagsResult Modifier and Type Method Description Future<AddTagsResult>
AbstractAmazonElasticLoadBalancingAsync. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Future<AddTagsResult>
AmazonElasticLoadBalancingAsync. addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified load balancer.Future<AddTagsResult>
AmazonElasticLoadBalancingAsyncClient. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
-
Uses of AddTagsResult in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return AddTagsResult Modifier and Type Method Description AddTagsResult
AddTagsResult. clone()
-