Struct aws_sdk_appflow::client::fluent_builders::DescribeConnectors
source · [−]pub struct DescribeConnectors<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeConnectors
.
Describes the connectors vended by Amazon AppFlow for specified connector types. If you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response contains a nextToken
object, which can be be passed in to the next call to the DescribeConnectors
API operation to retrieve the next page.
Implementations
impl<C, M, R> DescribeConnectors<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeConnectors<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeConnectorsOutput, SdkError<DescribeConnectorsError>> where
R::Policy: SmithyRetryPolicy<DescribeConnectorsInputOperationOutputAlias, DescribeConnectorsOutput, DescribeConnectorsError, DescribeConnectorsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeConnectorsOutput, SdkError<DescribeConnectorsError>> where
R::Policy: SmithyRetryPolicy<DescribeConnectorsInputOperationOutputAlias, DescribeConnectorsOutput, DescribeConnectorsError, DescribeConnectorsInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
Appends an item to connectorTypes
.
To override the contents of this collection use set_connector_types
.
The type of connector, such as Salesforce, Amplitude, and so on.
The type of connector, such as Salesforce, Amplitude, and so on.
The pagination token for the next page of data.
The pagination token for the next page of data.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeConnectors<C, M, R>
impl<C, M, R> Send for DescribeConnectors<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeConnectors<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeConnectors<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeConnectors<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