Struct aws_sdk_s3::input::ListBucketsInput [−][src]
#[non_exhaustive]pub struct ListBucketsInput {}
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBuckets, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBuckets, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListBuckets
>
Creates a new builder-style object to manufacture ListBucketsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ListBucketsInput
impl Send for ListBucketsInput
impl Sync for ListBucketsInput
impl Unpin for ListBucketsInput
impl UnwindSafe for ListBucketsInput
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