Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::list_buckets::builders::ListBucketsFluentBuilder
pub struct ListBucketsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ListBuckets
.
Returns a list of all buckets owned by the authenticated sender of the request. To use this operation, you must have the s3:ListAllMyBuckets
permission.
For information about Amazon S3 buckets, see Creating, configuring, and working with Amazon S3 buckets.
Implementations§
§impl ListBucketsFluentBuilder
impl ListBucketsFluentBuilder
pub fn as_input(&self) -> &ListBucketsInputBuilder
pub fn as_input(&self) -> &ListBucketsInputBuilder
Access the ListBuckets as a reference.
pub async fn send(
self
) -> Result<ListBucketsOutput, SdkError<ListBucketsError, Response<SdkBody>>>
pub async fn send( self ) -> Result<ListBucketsOutput, SdkError<ListBucketsError, Response<SdkBody>>>
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.
pub async fn customize(
self
) -> Result<CustomizableOperation<ListBucketsOutput, ListBucketsError, ListBucketsFluentBuilder>, SdkError<ListBucketsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<ListBucketsOutput, ListBucketsError, ListBucketsFluentBuilder>, SdkError<ListBucketsError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
Trait Implementations§
§impl Clone for ListBucketsFluentBuilder
impl Clone for ListBucketsFluentBuilder
§fn clone(&self) -> ListBucketsFluentBuilder
fn clone(&self) -> ListBucketsFluentBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ListBucketsFluentBuilder
impl Send for ListBucketsFluentBuilder
impl Sync for ListBucketsFluentBuilder
impl Unpin for ListBucketsFluentBuilder
impl !UnwindSafe for ListBucketsFluentBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more