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> |
AmazonGameLiftAsync.updateFleetAttributesAsync(UpdateFleetAttributesRequest updateFleetAttributesRequest,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler)
Updates fleet properties, including name and description, for a fleet.
|
Future<UpdateFleetAttributesResult> |
AbstractAmazonGameLiftAsync.updateFleetAttributesAsync(UpdateFleetAttributesRequest request,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.clone() |
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withDescription(String description)
Human-readable description of the fleet.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withFleetId(String fleetId)
Unique identifier for the fleet you want to update attribute metadata
for.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withName(String name)
Descriptive label associated with this fleet.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all new instances created in
this fleet.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
Game session protection policy to apply to all new instances created in
this fleet.
|
Copyright © 2018. All rights reserved.