Uses of Class
software.amazon.awssdk.services.pcs.model.SpotOptions
-
Packages that use SpotOptions Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of SpotOptions in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return SpotOptions Modifier and Type Method Description SpotOptionsComputeNodeGroup. spotOptions()Returns the value of the SpotOptions property for this object.SpotOptionsCreateComputeNodeGroupRequest. spotOptions()Returns the value of the SpotOptions property for this object.SpotOptionsUpdateComputeNodeGroupRequest. spotOptions()Returns the value of the SpotOptions property for this object.Methods in software.amazon.awssdk.services.pcs.model with parameters of type SpotOptions Modifier and Type Method Description ComputeNodeGroup.BuilderComputeNodeGroup.Builder. spotOptions(SpotOptions spotOptions)Sets the value of the SpotOptions property for this object.CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. spotOptions(SpotOptions spotOptions)Sets the value of the SpotOptions property for this object.UpdateComputeNodeGroupRequest.BuilderUpdateComputeNodeGroupRequest.Builder. spotOptions(SpotOptions spotOptions)Sets the value of the SpotOptions property for this object.
-