pub struct ListS3Buckets<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListS3Buckets
.
The list of S3 buckets in your account.
Implementations
impl<C, M, R> ListS3Buckets<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListS3Buckets<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListS3BucketsOutput, SdkError<ListS3BucketsError>> where
R::Policy: SmithyRetryPolicy<ListS3BucketsInputOperationOutputAlias, ListS3BucketsOutput, ListS3BucketsError, ListS3BucketsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListS3BucketsOutput, SdkError<ListS3BucketsError>> where
R::Policy: SmithyRetryPolicy<ListS3BucketsInputOperationOutputAlias, ListS3BucketsOutput, ListS3BucketsError, ListS3BucketsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Reserved for future use.
Reserved for future use.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListS3Buckets<C, M, R>
impl<C, M, R> Unpin for ListS3Buckets<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListS3Buckets<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more