Uses of Class
software.amazon.awssdk.services.gamelift.model.RequestUploadCredentialsResponse
-
Packages that use RequestUploadCredentialsResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of RequestUploadCredentialsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return RequestUploadCredentialsResponse Modifier and Type Method Description default RequestUploadCredentialsResponseGameLiftClient. requestUploadCredentials(Consumer<RequestUploadCredentialsRequest.Builder> requestUploadCredentialsRequest)Retrieves a fresh set of credentials for use when uploading a new set of game build files to Amazon GameLift's Amazon S3.default RequestUploadCredentialsResponseGameLiftClient. requestUploadCredentials(RequestUploadCredentialsRequest requestUploadCredentialsRequest)Retrieves a fresh set of credentials for use when uploading a new set of game build files to Amazon GameLift's Amazon S3.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type RequestUploadCredentialsResponse Modifier and Type Method Description default CompletableFuture<RequestUploadCredentialsResponse>GameLiftAsyncClient. requestUploadCredentials(Consumer<RequestUploadCredentialsRequest.Builder> requestUploadCredentialsRequest)Retrieves a fresh set of credentials for use when uploading a new set of game build files to Amazon GameLift's Amazon S3.default CompletableFuture<RequestUploadCredentialsResponse>GameLiftAsyncClient. requestUploadCredentials(RequestUploadCredentialsRequest requestUploadCredentialsRequest)Retrieves a fresh set of credentials for use when uploading a new set of game build files to Amazon GameLift's Amazon S3.
-