Interface LoadBalancerFilter

    • Method Detail

      • getLoadBalancerType

        @Stability(Stable)
        @NotNull
        LoadBalancerType getLoadBalancerType()
        Filter load balancers by their type.
      • getLoadBalancerArn

        @Stability(Stable)
        @Nullable
        default String getLoadBalancerArn()
        Find by load balancer's ARN.

        Default: - does not search by load balancer arn

      • getLoadBalancerTags

        @Stability(Stable)
        @Nullable
        default List<Tag> getLoadBalancerTags()
        Match load balancer tags.

        Default: - does not match load balancers by tags