Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTagsResponse
-
Packages that use DescribeTagsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of DescribeTagsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DescribeTagsResponse Modifier and Type Method Description default DescribeTagsResponseElasticLoadBalancingV2Client. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Describes the tags for the specified Elastic Load Balancing resources.default DescribeTagsResponseElasticLoadBalancingV2Client. describeTags(DescribeTagsRequest describeTagsRequest)Describes the tags for the specified Elastic Load Balancing resources.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type DescribeTagsResponse Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>ElasticLoadBalancingV2AsyncClient. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Describes the tags for the specified Elastic Load Balancing resources.default CompletableFuture<DescribeTagsResponse>ElasticLoadBalancingV2AsyncClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes the tags for the specified Elastic Load Balancing resources.
-