rejectChannelHandshake
abstract suspend fun rejectChannelHandshake(input: RejectChannelHandshakeRequest): RejectChannelHandshakeResponse
Rejects a pending channel handshake request.
Samples
// Example for RejectChannelHandshake
val resp = partnerCentralChannelClient.rejectChannelHandshake {
catalog = "AWS"
identifier = "ch-4fj3bd2o3vb91"
}Content copied to clipboard