Uses of Interface
software.amazon.awssdk.services.gamelift.model.Credentials.Builder
-
Packages that use Credentials.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of Credentials.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Credentials.Builder Modifier and Type Method Description Credentials.BuilderCredentials.Builder. accessKeyId(String accessKeyId)The access key ID that identifies the temporary security credentials.static Credentials.BuilderCredentials. builder()Credentials.BuilderCredentials.Builder. secretAccessKey(String secretAccessKey)The secret access key that can be used to sign requests.Credentials.BuilderCredentials.Builder. sessionToken(String sessionToken)The token that users must pass to the service API to use the temporary credentials.Credentials.BuilderCredentials. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Credentials.Builder Modifier and Type Method Description static Class<? extends Credentials.Builder>Credentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Credentials.Builder Modifier and Type Method Description default GetComputeAccessResponse.BuilderGetComputeAccessResponse.Builder. credentials(Consumer<Credentials.Builder> credentials)A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with Amazon EC2 Systems Manager (SSM).default CreateBuildResponse.BuilderCreateBuildResponse.Builder. uploadCredentials(Consumer<Credentials.Builder> uploadCredentials)This element is returned only when the operation is called without a storage location.default RequestUploadCredentialsResponse.BuilderRequestUploadCredentialsResponse.Builder. uploadCredentials(Consumer<Credentials.Builder> uploadCredentials)Amazon Web Services credentials required when uploading a game build to the storage location.
-