Uses of Class
com.amazonaws.services.elasticloadbalancing.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest Package Description com.amazonaws.services.elasticloadbalancing com.amazonaws.services.elasticloadbalancing.model -
-
Uses of DescribeTagsRequest in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing with parameters of type DescribeTagsRequest Modifier and Type Method Description DescribeTagsResultAbstractAmazonElasticLoadBalancing. describeTags(DescribeTagsRequest request)DescribeTagsResultAmazonElasticLoadBalancing. describeTags(DescribeTagsRequest describeTagsRequest)Describes the tags associated with the specified load balancers.DescribeTagsResultAmazonElasticLoadBalancingClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes the tags associated with the specified load balancers.Future<DescribeTagsResult>AbstractAmazonElasticLoadBalancingAsync. describeTagsAsync(DescribeTagsRequest request)Future<DescribeTagsResult>AbstractAmazonElasticLoadBalancingAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Future<DescribeTagsResult>AmazonElasticLoadBalancingAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest)Describes the tags associated with the specified load balancers.Future<DescribeTagsResult>AmazonElasticLoadBalancingAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Describes the tags associated with the specified load balancers.Future<DescribeTagsResult>AmazonElasticLoadBalancingAsyncClient. describeTagsAsync(DescribeTagsRequest request)Future<DescribeTagsResult>AmazonElasticLoadBalancingAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type DescribeTagsRequest Modifier and Type Method Description Future<DescribeTagsResult>AbstractAmazonElasticLoadBalancingAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Future<DescribeTagsResult>AmazonElasticLoadBalancingAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Describes the tags associated with the specified load balancers.Future<DescribeTagsResult>AmazonElasticLoadBalancingAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) -
Uses of DescribeTagsRequest in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return DescribeTagsRequest Modifier and Type Method Description DescribeTagsRequestDescribeTagsRequest. clone()DescribeTagsRequestDescribeTagsRequest. withLoadBalancerNames(String... loadBalancerNames)The names of the load balancers.DescribeTagsRequestDescribeTagsRequest. withLoadBalancerNames(Collection<String> loadBalancerNames)The names of the load balancers.
-