Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.waiters | |
com.ibm.cloud.objectstorage.waiters |
Modifier and Type | Method and Description |
---|---|
Waiter<HeadBucketRequest> |
AmazonS3Waiters.bucketExists()
Builds a BucketExists waiter by using custom parameters waiterParameters
and other parameters defined in the waiters specification, and then polls
until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy
or custom polling strategy.
|
Waiter<HeadBucketRequest> |
AmazonS3Waiters.bucketNotExists()
Builds a BucketNotExists waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
Waiter<GetObjectMetadataRequest> |
AmazonS3Waiters.objectExists()
Builds a ObjectExists waiter by using custom parameters waiterParameters
and other parameters defined in the waiters specification, and then polls
until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy
or custom polling strategy.
|
Waiter<GetObjectMetadataRequest> |
AmazonS3Waiters.objectNotExists()
Builds a ObjectNotExists waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
WaiterImpl<Input extends AmazonWebServiceRequest,Output> |
Modifier and Type | Method and Description |
---|---|
Waiter<Input> |
WaiterBuilder.build() |
Copyright © 2024. All rights reserved.