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