Uses of Class
com.amazonaws.services.elasticloadbalancing.model.DescribeTagsResult
-
Packages that use DescribeTagsResult Package Description com.amazonaws.services.elasticloadbalancing com.amazonaws.services.elasticloadbalancing.model -
-
Uses of DescribeTagsResult in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing that return DescribeTagsResult 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.Methods in com.amazonaws.services.elasticloadbalancing that return types with arguments of type DescribeTagsResult Modifier and Type Method Description 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 DescribeTagsResult 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 DescribeTagsResult in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultDescribeTagsResult. clone()DescribeTagsResultDescribeTagsResult. withTagDescriptions(TagDescription... tagDescriptions)Information about the tags.DescribeTagsResultDescribeTagsResult. withTagDescriptions(Collection<TagDescription> tagDescriptions)Information about the tags.
-