| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.clone() |
Connection |
GetConnectionResult.getConnection()
The connection details, such as status, owner, and provider type.
|
Connection |
Connection.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection.
|
Connection |
Connection.withConnectionName(String connectionName)
The name of the connection.
|
Connection |
Connection.withConnectionStatus(ConnectionStatus connectionStatus)
The current status of the connection.
|
Connection |
Connection.withConnectionStatus(String connectionStatus)
The current status of the connection.
|
Connection |
Connection.withHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host associated with the connection.
|
Connection |
Connection.withOwnerAccountId(String ownerAccountId)
The identifier of the external provider where your third-party code repository is configured.
|
Connection |
Connection.withProviderType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
Connection |
Connection.withProviderType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ListConnectionsResult.getConnections()
A list of connections and the details for each connection, such as status, owner, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionResult.setConnection(Connection connection)
The connection details, such as status, owner, and provider type.
|
GetConnectionResult |
GetConnectionResult.withConnection(Connection connection)
The connection details, such as status, owner, and provider type.
|
ListConnectionsResult |
ListConnectionsResult.withConnections(Connection... connections)
A list of connections and the details for each connection, such as status, owner, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectionsResult.setConnections(Collection<Connection> connections)
A list of connections and the details for each connection, such as status, owner, and provider type.
|
ListConnectionsResult |
ListConnectionsResult.withConnections(Collection<Connection> connections)
A list of connections and the details for each connection, such as status, owner, and provider type.
|
Copyright © 2024. All rights reserved.