| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.clone() |
Connection |
DeleteConnectionResult.getConnection()
A description of the App Runner connection that this request just deleted.
|
Connection |
CreateConnectionResult.getConnection()
A description of the App Runner connection that's created by this request.
|
Connection |
Connection.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of this connection.
|
Connection |
Connection.withConnectionName(String connectionName)
The customer-provided connection name.
|
Connection |
Connection.withCreatedAt(Date createdAt)
The App Runner connection creation time, expressed as a Unix time stamp.
|
Connection |
Connection.withProviderType(ProviderType providerType)
The source repository provider.
|
Connection |
Connection.withProviderType(String providerType)
The source repository provider.
|
Connection |
Connection.withStatus(ConnectionStatus status)
The current state of the App Runner connection.
|
Connection |
Connection.withStatus(String status)
The current state of the App Runner connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteConnectionResult.setConnection(Connection connection)
A description of the App Runner connection that this request just deleted.
|
void |
CreateConnectionResult.setConnection(Connection connection)
A description of the App Runner connection that's created by this request.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnection(Connection connection)
A description of the App Runner connection that this request just deleted.
|
CreateConnectionResult |
CreateConnectionResult.withConnection(Connection connection)
A description of the App Runner connection that's created by this request.
|
Copyright © 2023. All rights reserved.