Uses of Interface
software.amazon.awssdk.services.ec2.model.AccountAttribute.Builder
-
Packages that use AccountAttribute.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AccountAttribute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AccountAttribute.Builder Modifier and Type Method Description AccountAttribute.BuilderAccountAttribute.Builder. attributeName(String attributeName)The name of the account attribute.AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(Collection<AccountAttributeValue> attributeValues)The values for the account attribute.AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(Consumer<AccountAttributeValue.Builder>... attributeValues)The values for the account attribute.AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(AccountAttributeValue... attributeValues)The values for the account attribute.static AccountAttribute.BuilderAccountAttribute. builder()AccountAttribute.BuilderAccountAttribute. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AccountAttribute.Builder Modifier and Type Method Description static Class<? extends AccountAttribute.Builder>AccountAttribute. serializableBuilderClass()
-