AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

When you associate, or link, an application with a stream group, then Amazon GameLift Streams can launch the application using the stream group's allocated compute resources. The stream group must be in ACTIVE status. You can reverse this action by using DisassociateApplications.

If a stream group does not already have a linked application, Amazon GameLift Streams will automatically assign the first application provided in ApplicationIdentifiers as the default.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to AssociateApplicationsAsync.

Namespace: Amazon.GameLiftStreams
Assembly: AWSSDK.GameLiftStreams.dll
Version: 3.x.y.z

Syntax

C#
public virtual AssociateApplicationsResponse AssociateApplications(
         AssociateApplicationsRequest request
)

Parameters

request
Type: Amazon.GameLiftStreams.Model.AssociateApplicationsRequest

Container for the necessary parameters to execute the AssociateApplications service method.

Return Value


The response from the AssociateApplications service method, as returned by GameLiftStreams.

Exceptions

ExceptionCondition
AccessDeniedException You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the permissions before you try again.
InternalServerException The service encountered an internal error and is unable to complete the request.
ResourceNotFoundException The resource specified in the request was not found. Correct the request before you try again.
ServiceQuotaExceededException The request would cause the resource to exceed an allowed service quota. Resolve the issue before you try again.
ThrottlingException The request was denied due to request throttling. Retry the request after the suggested wait time.
ValidationException One or more parameter values in the request fail to satisfy the specified constraints. Correct the invalid parameter values before retrying the request.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also