| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSummary |
ConnectionSummary.clone() |
ConnectionSummary |
ConnectionSummary.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of this connection.
|
ConnectionSummary |
ConnectionSummary.withConnectionName(String connectionName)
The customer-provided connection name.
|
ConnectionSummary |
ConnectionSummary.withCreatedAt(Date createdAt)
The App Runner connection creation time, expressed as a Unix time stamp.
|
ConnectionSummary |
ConnectionSummary.withProviderType(ProviderType providerType)
The source repository provider.
|
ConnectionSummary |
ConnectionSummary.withProviderType(String providerType)
The source repository provider.
|
ConnectionSummary |
ConnectionSummary.withStatus(ConnectionStatus status)
The current state of the App Runner connection.
|
ConnectionSummary |
ConnectionSummary.withStatus(String status)
The current state of the App Runner connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionSummary> |
ListConnectionsResult.getConnectionSummaryList()
A list of summary information records for connections.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResult |
ListConnectionsResult.withConnectionSummaryList(ConnectionSummary... connectionSummaryList)
A list of summary information records for connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectionsResult.setConnectionSummaryList(Collection<ConnectionSummary> connectionSummaryList)
A list of summary information records for connections.
|
ListConnectionsResult |
ListConnectionsResult.withConnectionSummaryList(Collection<ConnectionSummary> connectionSummaryList)
A list of summary information records for connections.
|
Copyright © 2025. All rights reserved.