| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetResult |
AmazonGameLift.createFleet(CreateFleetRequest createFleetRequest)
Creates a new fleet to run your game servers.
|
CreateFleetResult |
AbstractAmazonGameLift.createFleet(CreateFleetRequest request) |
CreateFleetResult |
AmazonGameLiftClient.createFleet(CreateFleetRequest request)
Creates a new fleet to run your game servers.
|
Future<CreateFleetResult> |
AbstractAmazonGameLiftAsync.createFleetAsync(CreateFleetRequest request) |
Future<CreateFleetResult> |
AmazonGameLiftAsyncClient.createFleetAsync(CreateFleetRequest request) |
Future<CreateFleetResult> |
AmazonGameLiftAsync.createFleetAsync(CreateFleetRequest createFleetRequest)
Creates a new fleet to run your game servers.
|
Future<CreateFleetResult> |
AbstractAmazonGameLiftAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AmazonGameLiftAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AmazonGameLiftAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a new fleet to run your game servers.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetResult> |
AbstractAmazonGameLiftAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AmazonGameLiftAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AmazonGameLiftAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a new fleet to run your game servers.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest |
CreateFleetRequest.clone() |
CreateFleetRequest |
CreateFleetRequest.withBuildId(String buildId)
Unique identifier for a build to be deployed on the new fleet.
|
CreateFleetRequest |
CreateFleetRequest.withDescription(String description)
Human-readable description of a fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(Collection<IpPermission> eC2InboundPermissions)
Range of IP addresses and port settings that permit inbound traffic to access server processes running on the
fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(IpPermission... eC2InboundPermissions)
Range of IP addresses and port settings that permit inbound traffic to access server processes running on the
fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InstanceType(String eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
CreateFleetRequest |
CreateFleetRequest.withLogPaths(Collection<String> logPaths)
This parameter is no longer used.
|
CreateFleetRequest |
CreateFleetRequest.withLogPaths(String... logPaths)
This parameter is no longer used.
|
CreateFleetRequest |
CreateFleetRequest.withMetricGroups(Collection<String> metricGroups)
Names of metric groups to add this fleet to.
|
CreateFleetRequest |
CreateFleetRequest.withMetricGroups(String... metricGroups)
Names of metric groups to add this fleet to.
|
CreateFleetRequest |
CreateFleetRequest.withName(String name)
Descriptive label that is associated with a fleet.
|
CreateFleetRequest |
CreateFleetRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all instances in this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
Game session protection policy to apply to all instances in this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withPeerVpcAwsAccountId(String peerVpcAwsAccountId)
Unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with.
|
CreateFleetRequest |
CreateFleetRequest.withPeerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
CreateFleetRequest |
CreateFleetRequest.withResourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy)
Policy that limits the number of game sessions an individual player can create over a span of time for this
fleet.
|
CreateFleetRequest |
CreateFleetRequest.withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions for launching server processes on each instance in the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withServerLaunchParameters(String serverLaunchParameters)
This parameter is no longer used.
|
CreateFleetRequest |
CreateFleetRequest.withServerLaunchPath(String serverLaunchPath)
This parameter is no longer used.
|
Copyright © 2017. All rights reserved.