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 DescribeTagsResult
AbstractAmazonElasticLoadBalancing. describeTags(DescribeTagsRequest request)
DescribeTagsResult
AmazonElasticLoadBalancing. describeTags(DescribeTagsRequest describeTagsRequest)
Describes the tags associated with the specified load balancers.DescribeTagsResult
AmazonElasticLoadBalancingClient. 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 DescribeTagsRequest
DescribeTagsRequest. clone()
DescribeTagsRequest
DescribeTagsRequest. withLoadBalancerNames(String... loadBalancerNames)
The names of the load balancers.DescribeTagsRequest
DescribeTagsRequest. withLoadBalancerNames(Collection<String> loadBalancerNames)
The names of the load balancers.
-