Uses of Class
software.amazon.awssdk.services.pcs.model.InstanceConfig
-
Packages that use InstanceConfig Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of InstanceConfig in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type InstanceConfig Modifier and Type Method Description List<InstanceConfig>ComputeNodeGroup. instanceConfigs()A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.List<InstanceConfig>CreateComputeNodeGroupRequest. instanceConfigs()A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.Methods in software.amazon.awssdk.services.pcs.model with parameters of type InstanceConfig Modifier and Type Method Description ComputeNodeGroup.BuilderComputeNodeGroup.Builder. instanceConfigs(InstanceConfig... instanceConfigs)A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. instanceConfigs(InstanceConfig... instanceConfigs)A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type InstanceConfig Modifier and Type Method Description ComputeNodeGroup.BuilderComputeNodeGroup.Builder. instanceConfigs(Collection<InstanceConfig> instanceConfigs)A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. instanceConfigs(Collection<InstanceConfig> instanceConfigs)A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.
-