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