Uses of Interface
software.amazon.awssdk.services.gamelift.model.ReplicaContainerGroupCounts.Builder
-
Packages that use ReplicaContainerGroupCounts.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ReplicaContainerGroupCounts.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ReplicaContainerGroupCounts.Builder Modifier and Type Method Description ReplicaContainerGroupCounts.BuilderReplicaContainerGroupCounts.Builder. active(Integer active)The number of container groups that have active game sessions.static ReplicaContainerGroupCounts.BuilderReplicaContainerGroupCounts. builder()ReplicaContainerGroupCounts.BuilderReplicaContainerGroupCounts.Builder. idle(Integer idle)The number of container groups that have no active game sessions.ReplicaContainerGroupCounts.BuilderReplicaContainerGroupCounts.Builder. pending(Integer pending)The number of container groups that are starting up but have not yet registered.ReplicaContainerGroupCounts.BuilderReplicaContainerGroupCounts.Builder. terminating(Integer terminating)The number of container groups that are in the process of shutting down.ReplicaContainerGroupCounts.BuilderReplicaContainerGroupCounts. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ReplicaContainerGroupCounts.Builder Modifier and Type Method Description static Class<? extends ReplicaContainerGroupCounts.Builder>ReplicaContainerGroupCounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ReplicaContainerGroupCounts.Builder Modifier and Type Method Description default FleetCapacity.BuilderFleetCapacity.Builder. replicaContainerGroupCounts(Consumer<ReplicaContainerGroupCounts.Builder> replicaContainerGroupCounts)This property is used with the Amazon GameLift containers feature, which is currently in public preview. The number and status of replica container groups in a container fleet.
-