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 S3LocationS3Location. clone()S3LocationCreateBuildRequest. getStorageLocation()S3LocationCreateBuildResult. getStorageLocation()Amazon S3 path and key, identifying where the game build files are stored.S3LocationRequestUploadCredentialsResult. getStorageLocation()Amazon S3 path and key, identifying where the game build files are stored.S3LocationS3Location. withBucket(String bucket)Amazon S3 bucket identifier.S3LocationS3Location. withKey(String key)Amazon S3 bucket key.S3LocationS3Location. withRoleArn(String roleArn)Methods in com.amazonaws.services.gamelift.model with parameters of type S3Location Modifier and Type Method Description voidCreateBuildRequest. setStorageLocation(S3Location storageLocation)voidCreateBuildResult. setStorageLocation(S3Location storageLocation)Amazon S3 path and key, identifying where the game build files are stored.voidRequestUploadCredentialsResult. setStorageLocation(S3Location storageLocation)Amazon S3 path and key, identifying where the game build files are stored.CreateBuildRequestCreateBuildRequest. withStorageLocation(S3Location storageLocation)CreateBuildResultCreateBuildResult. withStorageLocation(S3Location storageLocation)Amazon S3 path and key, identifying where the game build files are stored.RequestUploadCredentialsResultRequestUploadCredentialsResult. withStorageLocation(S3Location storageLocation)Amazon S3 path and key, identifying where the game build files are stored.
-