Package-level declarations
Inherited functions
Link copied to clipboard
suspend fun AppConfigClient.waitUntilDeploymentComplete(block: GetDeploymentRequest.Builder.() -> Unit): Outcome<GetDeploymentResponse>
suspend fun AppConfigClient.waitUntilDeploymentComplete(request: GetDeploymentRequest, retryStrategy: RetryStrategy? = null): Outcome<GetDeploymentResponse>
Link copied to clipboard
suspend fun AppConfigClient.waitUntilEnvironmentReadyForDeployment(block: GetEnvironmentRequest.Builder.() -> Unit): Outcome<GetEnvironmentResponse>
suspend fun AppConfigClient.waitUntilEnvironmentReadyForDeployment(request: GetEnvironmentRequest, retryStrategy: RetryStrategy? = null): Outcome<GetEnvironmentResponse>