| 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)
A unique identifier for a build to be deployed on the new fleet.
|
CreateFleetRequest |
CreateFleetRequest.withCertificateConfiguration(CertificateConfiguration certificateConfiguration)
Indicates whether to generate a TLS/SSL certificate for the new fleet.
|
CreateFleetRequest |
CreateFleetRequest.withDescription(String description)
A 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 game sessions that are running on
the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(IpPermission... eC2InboundPermissions)
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on
the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InstanceType(EC2InstanceType eC2InstanceType)
The name of an EC2 instance type that is supported in Amazon GameLift.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InstanceType(String eC2InstanceType)
The name of an EC2 instance type that is supported in Amazon GameLift.
|
CreateFleetRequest |
CreateFleetRequest.withFleetType(FleetType fleetType)
Indicates whether to use On-Demand instances or Spot instances for this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withFleetType(String fleetType)
Indicates whether to use On-Demand instances or Spot instances for this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withInstanceRoleArn(String instanceRoleArn)
A unique identifier for an AWS IAM role that manages access to your AWS services.
|
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)
The name of an Amazon CloudWatch metric group to add this fleet to.
|
CreateFleetRequest |
CreateFleetRequest.withMetricGroups(String... metricGroups)
The name of an Amazon CloudWatch metric group to add this fleet to.
|
CreateFleetRequest |
CreateFleetRequest.withName(String name)
A descriptive label that is associated with a fleet.
|
CreateFleetRequest |
CreateFleetRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
A game session protection policy to apply to all instances in this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
A game session protection policy to apply to all instances in this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withPeerVpcAwsAccountId(String peerVpcAwsAccountId)
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with.
|
CreateFleetRequest |
CreateFleetRequest.withPeerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
CreateFleetRequest |
CreateFleetRequest.withResourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy)
A 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.withScriptId(String scriptId)
A unique identifier for a Realtime script to be deployed on the new fleet.
|
CreateFleetRequest |
CreateFleetRequest.withServerLaunchParameters(String serverLaunchParameters)
This parameter is no longer used.
|
CreateFleetRequest |
CreateFleetRequest.withServerLaunchPath(String serverLaunchPath)
This parameter is no longer used.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new fleet resource.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Tag... tags)
A list of labels to assign to the new fleet resource.
|
Copyright © 2020. All rights reserved.