Uses of Class
software.amazon.awssdk.services.outposts.model.FormFactorConfig
Packages that use FormFactorConfig
-
Uses of FormFactorConfig in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type FormFactorConfigModifier and TypeMethodDescriptionfinal List<FormFactorConfig>DetailedInstanceTypeItem.formFactorConfigs()The supported form factor and Outpost generation configurations for the instance type.Methods in software.amazon.awssdk.services.outposts.model with parameters of type FormFactorConfigModifier and TypeMethodDescriptionDetailedInstanceTypeItem.Builder.formFactorConfigs(FormFactorConfig... formFactorConfigs) The supported form factor and Outpost generation configurations for the instance type.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type FormFactorConfigModifier and TypeMethodDescriptionDetailedInstanceTypeItem.Builder.formFactorConfigs(Collection<FormFactorConfig> formFactorConfigs) The supported form factor and Outpost generation configurations for the instance type.