| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
SourceConnection |
SourceConnection.clone() |
SourceConnection |
CreateProductRequest.getSourceConnection()
Specifies connection details for the created product and syncs the product to the connection source artifact.
|
SourceConnection |
UpdateProductRequest.getSourceConnection()
Specifies connection details for the updated product and syncs the product to the connection source artifact.
|
SourceConnection |
SourceConnection.withConnectionParameters(SourceConnectionParameters connectionParameters)
The connection details based on the connection
Type. |
SourceConnection |
SourceConnection.withType(SourceType type)
The only supported
SourceConnection type is Codestar. |
SourceConnection |
SourceConnection.withType(String type)
The only supported
SourceConnection type is Codestar. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProductRequest.setSourceConnection(SourceConnection sourceConnection)
Specifies connection details for the created product and syncs the product to the connection source artifact.
|
void |
UpdateProductRequest.setSourceConnection(SourceConnection sourceConnection)
Specifies connection details for the updated product and syncs the product to the connection source artifact.
|
CreateProductRequest |
CreateProductRequest.withSourceConnection(SourceConnection sourceConnection)
Specifies connection details for the created product and syncs the product to the connection source artifact.
|
UpdateProductRequest |
UpdateProductRequest.withSourceConnection(SourceConnection sourceConnection)
Specifies connection details for the updated product and syncs the product to the connection source artifact.
|
Copyright © 2025. All rights reserved.