Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.Limit.Builder
-
Packages that use Limit.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of Limit.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return Limit.Builder Modifier and Type Method Description static Limit.BuilderLimit. builder()Limit.BuilderLimit.Builder. max(String max)The maximum value of the limit.Limit.BuilderLimit.Builder. name(String name)The name of the limit.Limit.BuilderLimit. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type Limit.Builder Modifier and Type Method Description static Class<? extends Limit.Builder>Limit. serializableBuilderClass()
-