toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
s3
/
aws.sdk.kotlin.services.s3.waiters
/
waitUntilObjectExists
wait
Until
Object
Exists
suspend
fun
S3Client
.
waitUntilObjectExists
(
request
:
HeadObjectRequest
)
:
Outcome
<
HeadObjectResponse
>
suspend
fun
S3Client
.
waitUntilObjectExists
(
block
:
HeadObjectRequest.Builder
.
(
)
->
Unit
)
:
Outcome
<
HeadObjectResponse
>