Uses of Class
software.amazon.awssdk.services.servicecatalog.model.SourceConnection
-
Packages that use SourceConnection Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of SourceConnection in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return SourceConnection Modifier and Type Method Description SourceConnectionCreateProductRequest. sourceConnection()Specifies connection details for the created product and syncs the product to the connection source artifact.SourceConnectionUpdateProductRequest. sourceConnection()Specifies connection details for the updated product and syncs the product to the connection source artifact.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type SourceConnection Modifier and Type Method Description CreateProductRequest.BuilderCreateProductRequest.Builder. sourceConnection(SourceConnection sourceConnection)Specifies connection details for the created product and syncs the product to the connection source artifact.UpdateProductRequest.BuilderUpdateProductRequest.Builder. sourceConnection(SourceConnection sourceConnection)Specifies connection details for the updated product and syncs the product to the connection source artifact.
-