Uses of Class
com.amazonaws.services.gamelift.model.S3Location
Packages that use S3Location
-
Uses of S3Location in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return S3LocationModifier and TypeMethodDescriptionS3Location.clone()
CreateBuildRequest.getStorageLocation()
CreateBuildResult.getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.RequestUploadCredentialsResult.getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.S3Location.withBucket
(String bucket) Amazon S3 bucket identifier.Amazon S3 bucket key.S3Location.withRoleArn
(String roleArn) Methods in com.amazonaws.services.gamelift.model with parameters of type S3LocationModifier and TypeMethodDescriptionvoid
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.withStorageLocation
(S3Location storageLocation) CreateBuildResult.withStorageLocation
(S3Location storageLocation) Amazon S3 path and key, identifying where the game build files are stored.RequestUploadCredentialsResult.withStorageLocation
(S3Location storageLocation) Amazon S3 path and key, identifying where the game build files are stored.