Package-level declarations
Inherited functions
Link copied to clipboard
suspend fun InterconnectClient.waitUntilConnectionAvailable(block: GetConnectionRequest.Builder.() -> Unit): Outcome<GetConnectionResponse>
suspend fun InterconnectClient.waitUntilConnectionAvailable(request: GetConnectionRequest, retryStrategy: RetryStrategy? = null): Outcome<GetConnectionResponse>
Link copied to clipboard
suspend fun InterconnectClient.waitUntilConnectionDeleted(block: GetConnectionRequest.Builder.() -> Unit): Outcome<GetConnectionResponse>
suspend fun InterconnectClient.waitUntilConnectionDeleted(request: GetConnectionRequest, retryStrategy: RetryStrategy? = null): Outcome<GetConnectionResponse>