Uses of Interface
software.amazon.awssdk.services.opsworkscm.model.AccountAttribute.Builder
-
Packages that use AccountAttribute.Builder Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of AccountAttribute.Builder in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return AccountAttribute.Builder Modifier and Type Method Description static AccountAttribute.BuilderAccountAttribute. builder()AccountAttribute.BuilderAccountAttribute.Builder. maximum(Integer maximum)The maximum allowed value.AccountAttribute.BuilderAccountAttribute.Builder. name(String name)The attribute name.AccountAttribute.BuilderAccountAttribute. toBuilder()AccountAttribute.BuilderAccountAttribute.Builder. used(Integer used)The current usage, such as the current number of servers that are associated with the account.Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type AccountAttribute.Builder Modifier and Type Method Description static Class<? extends AccountAttribute.Builder>AccountAttribute. serializableBuilderClass()
-