Uses of Class
com.amazonaws.services.gamelift.model.Credentials
Packages that use Credentials
-
Uses of Credentials in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return CredentialsModifier and TypeMethodDescriptionCredentials.clone()
CreateBuildResult.getUploadCredentials()
AWS credentials required when uploading a game build to the storage location.RequestUploadCredentialsResult.getUploadCredentials()
AWS credentials required when uploading a game build to the storage location.Credentials.withAccessKeyId
(String accessKeyId) Access key for an AWS account.Credentials.withSecretAccessKey
(String secretAccessKey) Secret key for an AWS account.Credentials.withSessionToken
(String sessionToken) Token specific to a build ID.Methods in com.amazonaws.services.gamelift.model with parameters of type CredentialsModifier and TypeMethodDescriptionvoid
CreateBuildResult.setUploadCredentials
(Credentials uploadCredentials) AWS credentials required when uploading a game build to the storage location.void
RequestUploadCredentialsResult.setUploadCredentials
(Credentials uploadCredentials) AWS credentials required when uploading a game build to the storage location.CreateBuildResult.withUploadCredentials
(Credentials uploadCredentials) AWS credentials required when uploading a game build to the storage location.RequestUploadCredentialsResult.withUploadCredentials
(Credentials uploadCredentials) AWS credentials required when uploading a game build to the storage location.