| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFleetAttributesResult> |
AmazonGameLiftAsyncClient.updateFleetAttributesAsync(UpdateFleetAttributesRequest request,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler) |
Future<UpdateFleetAttributesResult> |
AbstractAmazonGameLiftAsync.updateFleetAttributesAsync(UpdateFleetAttributesRequest request,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler) |
Future<UpdateFleetAttributesResult> |
AmazonGameLiftAsync.updateFleetAttributesAsync(UpdateFleetAttributesRequest updateFleetAttributesRequest,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler)
Updates a fleet's mutable attributes, including game session protection and resource creation limits.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.clone() |
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withDescription(String description)
A human-readable description of a fleet.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withFleetId(String fleetId)
A unique identifier for the fleet to update attribute metadata for.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withMetricGroups(Collection<String> metricGroups)
The name of a metric group to add this fleet to.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withMetricGroups(String... metricGroups)
The name of a metric group to add this fleet to.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withName(String name)
A descriptive label that is associated with a fleet.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
The game session protection policy to apply to all new instances created in this fleet.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
The game session protection policy to apply to all new instances created in this fleet.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withResourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy)
Policy settings that limit the number of game sessions an individual player can create over a span of time.
|
Copyright © 2021. All rights reserved.