| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectionPolicy |
ProtectionPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtectionPolicy |
CreateFleetRequest.newGameSessionProtectionPolicy()
The status of termination protection for active game sessions on the fleet.
|
ProtectionPolicy |
UpdateFleetAttributesRequest.newGameSessionProtectionPolicy()
The game session protection policy to apply to all new game sessions created in this fleet.
|
ProtectionPolicy |
FleetAttributes.newGameSessionProtectionPolicy()
The type of game session protection to set on all new instances that are started in the fleet.
|
ProtectionPolicy |
GameSessionDetail.protectionPolicy()
Current status of protection for the game session.
|
ProtectionPolicy |
UpdateGameSessionRequest.protectionPolicy()
Game session protection policy to apply to this game session only.
|
static ProtectionPolicy |
ProtectionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionPolicy[] |
ProtectionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProtectionPolicy> |
ProtectionPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
The status of termination protection for active game sessions on the fleet.
|
UpdateFleetAttributesRequest.Builder |
UpdateFleetAttributesRequest.Builder.newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
The game session protection policy to apply to all new game sessions created in this fleet.
|
FleetAttributes.Builder |
FleetAttributes.Builder.newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
The type of game session protection to set on all new instances that are started in the fleet.
|
GameSessionDetail.Builder |
GameSessionDetail.Builder.protectionPolicy(ProtectionPolicy protectionPolicy)
Current status of protection for the game session.
|
UpdateGameSessionRequest.Builder |
UpdateGameSessionRequest.Builder.protectionPolicy(ProtectionPolicy protectionPolicy)
Game session protection policy to apply to this game session only.
|
Copyright © 2023. All rights reserved.