Struct aws_sdk_migrationhub::client::fluent_builders::ListDiscoveredResources [−][src]
pub struct ListDiscoveredResources<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListDiscoveredResources.
Lists discovered resources associated with the given MigrationTask.
Implementations
impl<C, M, R> ListDiscoveredResources<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListDiscoveredResources<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListDiscoveredResourcesOutput, SdkError<ListDiscoveredResourcesError>> where
R::Policy: SmithyRetryPolicy<ListDiscoveredResourcesInputOperationOutputAlias, ListDiscoveredResourcesOutput, ListDiscoveredResourcesError, ListDiscoveredResourcesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListDiscoveredResourcesOutput, SdkError<ListDiscoveredResourcesError>> where
R::Policy: SmithyRetryPolicy<ListDiscoveredResourcesInputOperationOutputAlias, ListDiscoveredResourcesOutput, ListDiscoveredResourcesError, ListDiscoveredResourcesInputOperationRetryAlias>,
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.
The name of the ProgressUpdateStream.
The name of the ProgressUpdateStream.
The name of the MigrationTask. Do not store personal data in this field.
The name of the MigrationTask. Do not store personal data in this field.
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
The maximum number of results returned per page.
The maximum number of results returned per page.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListDiscoveredResources<C, M, R>
impl<C, M, R> Send for ListDiscoveredResources<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListDiscoveredResources<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListDiscoveredResources<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListDiscoveredResources<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
