Struct aws_sdk_workdocs::client::fluent_builders::GetResources [−][src]
pub struct GetResources<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetResources
.
Retrieves a collection of resources, including folders and documents. The only
CollectionType
supported is SHARED_WITH_ME
.
Implementations
impl<C, M, R> GetResources<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetResources<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetResourcesOutput, SdkError<GetResourcesError>> where
R::Policy: SmithyRetryPolicy<GetResourcesInputOperationOutputAlias, GetResourcesOutput, GetResourcesError, GetResourcesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetResourcesOutput, SdkError<GetResourcesError>> where
R::Policy: SmithyRetryPolicy<GetResourcesInputOperationOutputAlias, GetResourcesOutput, GetResourcesError, GetResourcesInputOperationRetryAlias>,
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.
The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
The collection type.
The collection type.
The marker for the next set of results. This marker was received from a previous call.
The marker for the next set of results. This marker was received from a previous call.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for GetResources<C, M, R>
impl<C, M, R> Unpin for GetResources<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for GetResources<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