Uses of Class
software.amazon.awssdk.services.pcs.model.ComputeNodeGroup
-
Packages that use ComputeNodeGroup Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of ComputeNodeGroup in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return ComputeNodeGroup Modifier and Type Method Description ComputeNodeGroupCreateComputeNodeGroupResponse. computeNodeGroup()Returns the value of the ComputeNodeGroup property for this object.ComputeNodeGroupGetComputeNodeGroupResponse. computeNodeGroup()Returns the value of the ComputeNodeGroup property for this object.ComputeNodeGroupUpdateComputeNodeGroupResponse. computeNodeGroup()Returns the value of the ComputeNodeGroup property for this object.Methods in software.amazon.awssdk.services.pcs.model with parameters of type ComputeNodeGroup Modifier and Type Method Description CreateComputeNodeGroupResponse.BuilderCreateComputeNodeGroupResponse.Builder. computeNodeGroup(ComputeNodeGroup computeNodeGroup)Sets the value of the ComputeNodeGroup property for this object.GetComputeNodeGroupResponse.BuilderGetComputeNodeGroupResponse.Builder. computeNodeGroup(ComputeNodeGroup computeNodeGroup)Sets the value of the ComputeNodeGroup property for this object.UpdateComputeNodeGroupResponse.BuilderUpdateComputeNodeGroupResponse.Builder. computeNodeGroup(ComputeNodeGroup computeNodeGroup)Sets the value of the ComputeNodeGroup property for this object.
-