Uses of Class
com.amazonaws.services.gamelift.model.S3Location
-
Packages that use S3Location Package Description com.amazonaws.services.gamelift.model -
-
Uses of S3Location in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return S3Location Modifier and Type Method Description S3Location
S3Location. clone()
S3Location
CreateBuildRequest. getStorageLocation()
S3Location
CreateBuildResult. getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.S3Location
RequestUploadCredentialsResult. getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.S3Location
S3Location. withBucket(String bucket)
Amazon S3 bucket identifier.S3Location
S3Location. withKey(String key)
Amazon S3 bucket key.S3Location
S3Location. withRoleArn(String roleArn)
Methods in com.amazonaws.services.gamelift.model with parameters of type S3Location Modifier and Type Method Description void
CreateBuildRequest. setStorageLocation(S3Location storageLocation)
void
CreateBuildResult. setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.void
RequestUploadCredentialsResult. setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.CreateBuildRequest
CreateBuildRequest. withStorageLocation(S3Location storageLocation)
CreateBuildResult
CreateBuildResult. withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.RequestUploadCredentialsResult
RequestUploadCredentialsResult. withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
-