cancelChannelHandshake
inline suspend fun PartnerCentralChannelClient.cancelChannelHandshake(crossinline block: CancelChannelHandshakeRequest.Builder.() -> Unit): CancelChannelHandshakeResponse
Cancels a pending channel handshake request.
Samples
// Example for CancelChannelHandshake
val resp = partnerCentralChannelClient.cancelChannelHandshake {
catalog = "AWS"
identifier = "ch-4fj3bd2o3vb91"
}Content copied to clipboard