| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ListedGatewayInstance |
ListedGatewayInstance.clone() |
ListedGatewayInstance |
ListedGatewayInstance.withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
ListedGatewayInstance |
ListedGatewayInstance.withGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.
|
ListedGatewayInstance |
ListedGatewayInstance.withInstanceId(String instanceId)
The managed instance ID generated by the SSM install.
|
ListedGatewayInstance |
ListedGatewayInstance.withInstanceState(InstanceState instanceState)
The status of the instance.
|
ListedGatewayInstance |
ListedGatewayInstance.withInstanceState(String instanceState)
The status of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedGatewayInstance> |
ListGatewayInstancesResult.getInstances()
A list of instance summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewayInstancesResult |
ListGatewayInstancesResult.withInstances(ListedGatewayInstance... instances)
A list of instance summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGatewayInstancesResult.setInstances(Collection<ListedGatewayInstance> instances)
A list of instance summaries.
|
ListGatewayInstancesResult |
ListGatewayInstancesResult.withInstances(Collection<ListedGatewayInstance> instances)
A list of instance summaries.
|
Copyright © 2025. All rights reserved.