Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateLocationRequest.Builder
-
Packages that use CreateLocationRequest.Builder Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateLocationRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type CreateLocationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateLocationResponse>GameLiftAsyncClient. createLocation(Consumer<CreateLocationRequest.Builder> createLocationRequest)Creates a custom location for use in an Anywhere fleet.default CreateLocationResponseGameLiftClient. createLocation(Consumer<CreateLocationRequest.Builder> createLocationRequest)Creates a custom location for use in an Anywhere fleet. -
Uses of CreateLocationRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateLocationRequest.Builder Modifier and Type Method Description static CreateLocationRequest.BuilderCreateLocationRequest. builder()CreateLocationRequest.BuilderCreateLocationRequest.Builder. locationName(String locationName)A descriptive name for the custom location.CreateLocationRequest.BuilderCreateLocationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLocationRequest.BuilderCreateLocationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLocationRequest.BuilderCreateLocationRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new matchmaking configuration resource.CreateLocationRequest.BuilderCreateLocationRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of labels to assign to the new matchmaking configuration resource.CreateLocationRequest.BuilderCreateLocationRequest.Builder. tags(Tag... tags)A list of labels to assign to the new matchmaking configuration resource.CreateLocationRequest.BuilderCreateLocationRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateLocationRequest.Builder Modifier and Type Method Description static Class<? extends CreateLocationRequest.Builder>CreateLocationRequest. serializableBuilderClass()
-