Uses of Class
com.amazonaws.services.elasticloadbalancing.model.DescribeTagsRequest
Packages that use DescribeTagsRequest
Package
Description
-
Uses of DescribeTagsRequest in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing with parameters of type DescribeTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticLoadBalancing.describeTags
(DescribeTagsRequest request) AmazonElasticLoadBalancing.describeTags
(DescribeTagsRequest describeTagsRequest) Describes the tags associated with the specified load balancers.AmazonElasticLoadBalancingClient.describeTags
(DescribeTagsRequest describeTagsRequest) Describes the tags associated with the specified load balancers.AbstractAmazonElasticLoadBalancingAsync.describeTagsAsync
(DescribeTagsRequest request) AbstractAmazonElasticLoadBalancingAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonElasticLoadBalancingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest) Describes the tags associated with the specified load balancers.AmazonElasticLoadBalancingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Describes the tags associated with the specified load balancers.AmazonElasticLoadBalancingAsyncClient.describeTagsAsync
(DescribeTagsRequest request) AmazonElasticLoadBalancingAsyncClient.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type DescribeTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticLoadBalancingAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonElasticLoadBalancingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Describes the tags associated with the specified load balancers.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 DescribeTagsRequestModifier and TypeMethodDescriptionDescribeTagsRequest.clone()
DescribeTagsRequest.withLoadBalancerNames
(String... loadBalancerNames) The names of the load balancers.DescribeTagsRequest.withLoadBalancerNames
(Collection<String> loadBalancerNames) The names of the load balancers.