| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GetComputeAccessResponse.Builder |
GetComputeAccessResponse.builder() |
GetComputeAccessResponse.Builder |
GetComputeAccessResponse.Builder.computeArn(String computeArn)
The Amazon Resource Name (ARN) that is assigned to an
Amazon GameLift compute resource and uniquely identifies it.
|
GetComputeAccessResponse.Builder |
GetComputeAccessResponse.Builder.computeName(String computeName)
The identifier of the compute resource to be accessed.
|
default GetComputeAccessResponse.Builder |
GetComputeAccessResponse.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).
|
GetComputeAccessResponse.Builder |
GetComputeAccessResponse.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).
|
GetComputeAccessResponse.Builder |
GetComputeAccessResponse.Builder.fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it.
|
GetComputeAccessResponse.Builder |
GetComputeAccessResponse.Builder.fleetId(String fleetId)
The ID of the fleet that contains the compute resource to be accessed.
|
GetComputeAccessResponse.Builder |
GetComputeAccessResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetComputeAccessResponse.Builder> |
GetComputeAccessResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.