Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTagsRequest.Builder
Packages that use DescribeTagsRequest.Builder
Package
Description
-
Uses of DescribeTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type DescribeTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DescribeTagsResponse>ElasticLoadBalancingV2AsyncClient.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest) Describes the tags for the specified Elastic Load Balancing resources.default DescribeTagsResponseElasticLoadBalancingV2Client.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest) Describes the tags for the specified Elastic Load Balancing resources. -
Uses of DescribeTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return DescribeTagsRequest.BuilderModifier and TypeMethodDescriptionstatic DescribeTagsRequest.BuilderDescribeTagsRequest.builder()DescribeTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeTagsRequest.Builder.resourceArns(String... resourceArns) The Amazon Resource Names (ARN) of the resources.DescribeTagsRequest.Builder.resourceArns(Collection<String> resourceArns) The Amazon Resource Names (ARN) of the resources.DescribeTagsRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type DescribeTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTagsRequest.Builder>DescribeTagsRequest.serializableBuilderClass()