Uses of Interface
software.amazon.awssdk.services.gamelift.model.GetGameSessionLogUrlRequest.Builder
-
Packages that use GetGameSessionLogUrlRequest.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 GetGameSessionLogUrlRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type GetGameSessionLogUrlRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGameSessionLogUrlResponse>GameLiftAsyncClient. getGameSessionLogUrl(Consumer<GetGameSessionLogUrlRequest.Builder> getGameSessionLogUrlRequest)Retrieves the location of stored game session logs for a specified game session on Amazon GameLift managed fleets.default GetGameSessionLogUrlResponseGameLiftClient. getGameSessionLogUrl(Consumer<GetGameSessionLogUrlRequest.Builder> getGameSessionLogUrlRequest)Retrieves the location of stored game session logs for a specified game session on Amazon GameLift managed fleets. -
Uses of GetGameSessionLogUrlRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GetGameSessionLogUrlRequest.Builder Modifier and Type Method Description static GetGameSessionLogUrlRequest.BuilderGetGameSessionLogUrlRequest. builder()GetGameSessionLogUrlRequest.BuilderGetGameSessionLogUrlRequest.Builder. gameSessionId(String gameSessionId)A unique identifier for the game session to get logs for.GetGameSessionLogUrlRequest.BuilderGetGameSessionLogUrlRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGameSessionLogUrlRequest.BuilderGetGameSessionLogUrlRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGameSessionLogUrlRequest.BuilderGetGameSessionLogUrlRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GetGameSessionLogUrlRequest.Builder Modifier and Type Method Description static Class<? extends GetGameSessionLogUrlRequest.Builder>GetGameSessionLogUrlRequest. serializableBuilderClass()
-