Struct aws_sdk_directory::client::fluent_builders::DescribeConditionalForwarders [−][src]
pub struct DescribeConditionalForwarders<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeConditionalForwarders.
Obtains information about the conditional forwarders for this account.
If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.
Implementations
impl<C, M, R> DescribeConditionalForwarders<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeConditionalForwarders<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeConditionalForwardersOutput, SdkError<DescribeConditionalForwardersError>> where
R::Policy: SmithyRetryPolicy<DescribeConditionalForwardersInputOperationOutputAlias, DescribeConditionalForwardersOutput, DescribeConditionalForwardersError, DescribeConditionalForwardersInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeConditionalForwardersOutput, SdkError<DescribeConditionalForwardersError>> where
R::Policy: SmithyRetryPolicy<DescribeConditionalForwardersInputOperationOutputAlias, DescribeConditionalForwardersOutput, DescribeConditionalForwardersError, DescribeConditionalForwardersInputOperationRetryAlias>,
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 directory ID for which to get the list of associated conditional forwarders.
The directory ID for which to get the list of associated conditional forwarders.
Appends an item to RemoteDomainNames.
To override the contents of this collection use set_remote_domain_names.
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeConditionalForwarders<C, M, R>
impl<C, M, R> Send for DescribeConditionalForwarders<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeConditionalForwarders<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeConditionalForwarders<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeConditionalForwarders<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