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 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.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 DescribeTagsResult
DescribeTagsResult. clone()
DescribeTagsResult
DescribeTagsResult. withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.DescribeTagsResult
DescribeTagsResult. withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
-