Uses of Class
software.amazon.awssdk.services.gamelift.model.Credentials
-
Packages that use Credentials Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of Credentials in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Credentials Modifier and Type Method Description CredentialsGetComputeAccessResponse. credentials()A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with Amazon EC2 Systems Manager (SSM).CredentialsCreateBuildResponse. uploadCredentials()This element is returned only when the operation is called without a storage location.CredentialsRequestUploadCredentialsResponse. uploadCredentials()Amazon Web Services credentials required when uploading a game build to the storage location.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Credentials Modifier and Type Method Description GetComputeAccessResponse.BuilderGetComputeAccessResponse.Builder. credentials(Credentials credentials)A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with Amazon EC2 Systems Manager (SSM).CreateBuildResponse.BuilderCreateBuildResponse.Builder. uploadCredentials(Credentials uploadCredentials)This element is returned only when the operation is called without a storage location.RequestUploadCredentialsResponse.BuilderRequestUploadCredentialsResponse.Builder. uploadCredentials(Credentials uploadCredentials)Amazon Web Services credentials required when uploading a game build to the storage location.
-