Uses of Interface
software.amazon.awssdk.services.gamelift.model.DeleteMatchmakingConfigurationRequest.Builder
-
Packages that use DeleteMatchmakingConfigurationRequest.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 DeleteMatchmakingConfigurationRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type DeleteMatchmakingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteMatchmakingConfigurationResponse>GameLiftAsyncClient. deleteMatchmakingConfiguration(Consumer<DeleteMatchmakingConfigurationRequest.Builder> deleteMatchmakingConfigurationRequest)Permanently removes a FlexMatch matchmaking configuration.default DeleteMatchmakingConfigurationResponseGameLiftClient. deleteMatchmakingConfiguration(Consumer<DeleteMatchmakingConfigurationRequest.Builder> deleteMatchmakingConfigurationRequest)Permanently removes a FlexMatch matchmaking configuration. -
Uses of DeleteMatchmakingConfigurationRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return DeleteMatchmakingConfigurationRequest.Builder Modifier and Type Method Description static DeleteMatchmakingConfigurationRequest.BuilderDeleteMatchmakingConfigurationRequest. builder()DeleteMatchmakingConfigurationRequest.BuilderDeleteMatchmakingConfigurationRequest.Builder. name(String name)A unique identifier for the matchmaking configuration.DeleteMatchmakingConfigurationRequest.BuilderDeleteMatchmakingConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMatchmakingConfigurationRequest.BuilderDeleteMatchmakingConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteMatchmakingConfigurationRequest.BuilderDeleteMatchmakingConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type DeleteMatchmakingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteMatchmakingConfigurationRequest.Builder>DeleteMatchmakingConfigurationRequest. serializableBuilderClass()
-