Uses of Class
software.amazon.awssdk.services.gamelift.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of S3Location in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return S3Location Modifier and Type Method Description S3LocationCreateBuildRequest. storageLocation()Information indicating where your game build files are stored.S3LocationCreateBuildResponse. storageLocation()Amazon S3 location for your game build file, including bucket name and key.S3LocationCreateScriptRequest. storageLocation()The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.S3LocationRequestUploadCredentialsResponse. storageLocation()Amazon S3 path and key, identifying where the game build files are stored.S3LocationScript. storageLocation()The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.S3LocationUpdateScriptRequest. storageLocation()The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type S3Location Modifier and Type Method Description CreateBuildRequest.BuilderCreateBuildRequest.Builder. storageLocation(S3Location storageLocation)Information indicating where your game build files are stored.CreateBuildResponse.BuilderCreateBuildResponse.Builder. storageLocation(S3Location storageLocation)Amazon S3 location for your game build file, including bucket name and key.CreateScriptRequest.BuilderCreateScriptRequest.Builder. storageLocation(S3Location storageLocation)The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.RequestUploadCredentialsResponse.BuilderRequestUploadCredentialsResponse.Builder. storageLocation(S3Location storageLocation)Amazon S3 path and key, identifying where the game build files are stored.Script.BuilderScript.Builder. storageLocation(S3Location storageLocation)The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.UpdateScriptRequest.BuilderUpdateScriptRequest.Builder. storageLocation(S3Location storageLocation)The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
-