| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceCreationLimitPolicy |
UpdateFleetAttributesRequest.resourceCreationLimitPolicy()
Policy that limits the number of game sessions an individual player can create over a span of time.
|
ResourceCreationLimitPolicy |
CreateFleetRequest.resourceCreationLimitPolicy()
Policy that limits the number of game sessions an individual player can create over a span of time for this
fleet.
|
ResourceCreationLimitPolicy |
FleetAttributes.resourceCreationLimitPolicy()
Fleet policy to limit the number of game sessions an individual player can create over a span of time.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetAttributesRequest.Builder |
UpdateFleetAttributesRequest.Builder.resourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy)
Policy that limits the number of game sessions an individual player can create over a span of time.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.resourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy)
Policy that limits the number of game sessions an individual player can create over a span of time for this
fleet.
|
FleetAttributes.Builder |
FleetAttributes.Builder.resourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy)
Fleet policy to limit the number of game sessions an individual player can create over a span of time.
|
Copyright © 2019. All rights reserved.