Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of DescribeTagsRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type DescribeTagsRequest Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>ElasticLoadBalancingV2AsyncClient. describeTags(DescribeTagsRequest 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. -
Uses of DescribeTagsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type DescribeTagsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTagsRequestMarshaller. marshall(DescribeTagsRequest describeTagsRequest)
-