Package | Description |
---|---|
com.amazonaws.services.gamelift | |
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateFleetResult |
AmazonGameLiftClient.createFleet(CreateFleetRequest createFleetRequest)
Creates a new fleet to host game servers.
|
CreateFleetResult |
AmazonGameLift.createFleet(CreateFleetRequest createFleetRequest)
Creates a new fleet to host game servers.
|
CreateFleetResult |
AbstractAmazonGameLift.createFleet(CreateFleetRequest request) |
java.util.concurrent.Future<CreateFleetResult> |
AmazonGameLiftAsyncClient.createFleetAsync(CreateFleetRequest request) |
java.util.concurrent.Future<CreateFleetResult> |
AmazonGameLiftAsync.createFleetAsync(CreateFleetRequest createFleetRequest)
Creates a new fleet to host game servers.
|
java.util.concurrent.Future<CreateFleetResult> |
AbstractAmazonGameLiftAsync.createFleetAsync(CreateFleetRequest request) |
java.util.concurrent.Future<CreateFleetResult> |
AmazonGameLiftAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
java.util.concurrent.Future<CreateFleetResult> |
AmazonGameLiftAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a new fleet to host game servers.
|
java.util.concurrent.Future<CreateFleetResult> |
AbstractAmazonGameLiftAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateFleetResult> |
AmazonGameLiftAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
java.util.concurrent.Future<CreateFleetResult> |
AmazonGameLiftAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a new fleet to host game servers.
|
java.util.concurrent.Future<CreateFleetResult> |
AbstractAmazonGameLiftAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFleetRequest |
CreateFleetRequest.clone() |
CreateFleetRequest |
CreateFleetRequest.withBuildId(java.lang.String buildId)
Unique identifier for the build you want the new fleet to use.
|
CreateFleetRequest |
CreateFleetRequest.withDescription(java.lang.String description)
Human-readable description of the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(java.util.Collection<IpPermission> eC2InboundPermissions)
Access limits for incoming traffic.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(IpPermission... eC2InboundPermissions)
Access limits for incoming traffic.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InstanceType(java.lang.String eC2InstanceType)
Type of EC2 instances used in the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withLogPaths(java.util.Collection<java.lang.String> logPaths)
Path to game-session log files generated by your game server.
|
CreateFleetRequest |
CreateFleetRequest.withLogPaths(java.lang.String... logPaths)
Path to game-session log files generated by your game server.
|
CreateFleetRequest |
CreateFleetRequest.withName(java.lang.String name)
Descriptive label associated with this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all instances created in this
fleet.
|
CreateFleetRequest |
CreateFleetRequest.withNewGameSessionProtectionPolicy(java.lang.String newGameSessionProtectionPolicy)
Game session protection policy to apply to all instances created in this
fleet.
|
CreateFleetRequest |
CreateFleetRequest.withServerLaunchParameters(java.lang.String serverLaunchParameters)
Parameters required to launch your game server.
|
CreateFleetRequest |
CreateFleetRequest.withServerLaunchPath(java.lang.String serverLaunchPath)
Path to the launch executable for the game server.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateFleetRequest> |
CreateFleetRequestMarshaller.marshall(CreateFleetRequest createFleetRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateFleetRequest> |
CreateFleetRequestMarshaller.marshall(CreateFleetRequest createFleetRequest) |