Uses of Class
com.amazonaws.services.gamelift.model.GetGameSessionLogUrlResult
-
Packages that use GetGameSessionLogUrlResult Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of GetGameSessionLogUrlResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return GetGameSessionLogUrlResult Modifier and Type Method Description GetGameSessionLogUrlResultAbstractAmazonGameLift. getGameSessionLogUrl(GetGameSessionLogUrlRequest request)GetGameSessionLogUrlResultAmazonGameLift. getGameSessionLogUrl(GetGameSessionLogUrlRequest getGameSessionLogUrlRequest)Retrieves the location of stored game session logs for a specified game session.GetGameSessionLogUrlResultAmazonGameLiftClient. getGameSessionLogUrl(GetGameSessionLogUrlRequest getGameSessionLogUrlRequest)Retrieves the location of stored game session logs for a specified game session.Method parameters in com.amazonaws.services.gamelift with type arguments of type GetGameSessionLogUrlResult Modifier and Type Method Description Future<GetGameSessionLogUrlResult>AbstractAmazonGameLiftAsync. getGameSessionLogUrlAsync(GetGameSessionLogUrlRequest request, AsyncHandler<GetGameSessionLogUrlRequest,GetGameSessionLogUrlResult> asyncHandler)Future<GetGameSessionLogUrlResult>AmazonGameLiftAsync. getGameSessionLogUrlAsync(GetGameSessionLogUrlRequest getGameSessionLogUrlRequest, AsyncHandler<GetGameSessionLogUrlRequest,GetGameSessionLogUrlResult> asyncHandler)Retrieves the location of stored game session logs for a specified game session.Future<GetGameSessionLogUrlResult>AmazonGameLiftAsyncClient. getGameSessionLogUrlAsync(GetGameSessionLogUrlRequest request, AsyncHandler<GetGameSessionLogUrlRequest,GetGameSessionLogUrlResult> asyncHandler) -
Uses of GetGameSessionLogUrlResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GetGameSessionLogUrlResult Modifier and Type Method Description GetGameSessionLogUrlResultGetGameSessionLogUrlResult. clone()GetGameSessionLogUrlResultGetGameSessionLogUrlResult. withPreSignedUrl(String preSignedUrl)Location of the requested game session logs, available for download.
-