Uses of Class
software.amazon.awssdk.services.pcs.model.ComputeNodeGroupConfiguration
-
Packages that use ComputeNodeGroupConfiguration Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of ComputeNodeGroupConfiguration in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type ComputeNodeGroupConfiguration Modifier and Type Method Description List<ComputeNodeGroupConfiguration>CreateQueueRequest. computeNodeGroupConfigurations()The list of compute node group configurations to associate with the queue.List<ComputeNodeGroupConfiguration>Queue. computeNodeGroupConfigurations()The list of compute node group configurations associated with the queue.List<ComputeNodeGroupConfiguration>UpdateQueueRequest. computeNodeGroupConfigurations()The list of compute node group configurations to associate with the queue.Methods in software.amazon.awssdk.services.pcs.model with parameters of type ComputeNodeGroupConfiguration Modifier and Type Method Description CreateQueueRequest.BuilderCreateQueueRequest.Builder. computeNodeGroupConfigurations(ComputeNodeGroupConfiguration... computeNodeGroupConfigurations)The list of compute node group configurations to associate with the queue.Queue.BuilderQueue.Builder. computeNodeGroupConfigurations(ComputeNodeGroupConfiguration... computeNodeGroupConfigurations)The list of compute node group configurations associated with the queue.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. computeNodeGroupConfigurations(ComputeNodeGroupConfiguration... computeNodeGroupConfigurations)The list of compute node group configurations to associate with the queue.Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type ComputeNodeGroupConfiguration Modifier and Type Method Description CreateQueueRequest.BuilderCreateQueueRequest.Builder. computeNodeGroupConfigurations(Collection<ComputeNodeGroupConfiguration> computeNodeGroupConfigurations)The list of compute node group configurations to associate with the queue.Queue.BuilderQueue.Builder. computeNodeGroupConfigurations(Collection<ComputeNodeGroupConfiguration> computeNodeGroupConfigurations)The list of compute node group configurations associated with the queue.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. computeNodeGroupConfigurations(Collection<ComputeNodeGroupConfiguration> computeNodeGroupConfigurations)The list of compute node group configurations to associate with the queue.
-