Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.DescribeTagsResponse.Builder
-
Packages that use DescribeTagsResponse.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of DescribeTagsResponse.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return DescribeTagsResponse.Builder Modifier and Type Method Description static DescribeTagsResponse.BuilderDescribeTagsResponse. builder()DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagDescriptions(Collection<TagDescription> tagDescriptions)Information about the tags.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagDescriptions(Consumer<TagDescription.Builder>... tagDescriptions)Information about the tags.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagDescriptions(TagDescription... tagDescriptions)Information about the tags.DescribeTagsResponse.BuilderDescribeTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type DescribeTagsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeTagsResponse.Builder>DescribeTagsResponse. serializableBuilderClass()
-