Uses of Class
org.jclouds.glesys.domain.AllowedArguments.Builder
-
Packages that use AllowedArguments.Builder Package Description org.jclouds.glesys.domain -
-
Uses of AllowedArguments.Builder in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return AllowedArguments.Builder Modifier and Type Method Description AllowedArguments.Builder
AllowedArguments.Builder. allowedUnits(Integer... allowedUnits)
AllowedArguments.Builder
AllowedArguments.Builder. allowedUnits(Set<Integer> allowedUnits)
static AllowedArguments.Builder
AllowedArguments. builder()
AllowedArguments.Builder
AllowedArguments.Builder. costPerUnit(Cost costPerUnit)
AllowedArguments.Builder
AllowedArguments.Builder. fromAllowedArgument(AllowedArguments in)
AllowedArguments.Builder
AllowedArguments. toBuilder()
-