Struct aws_sdk_redshift::paginator::GetReservedNodeExchangeConfigurationOptionsPaginatorItems
source · [−]pub struct GetReservedNodeExchangeConfigurationOptionsPaginatorItems<C = DynConnector, M = DefaultMiddleware, R = Standard>(_);
Expand description
Flattened paginator for GetReservedNodeExchangeConfigurationOptionsPaginator
This is created with .items()
Implementations
impl<C, M, R> GetReservedNodeExchangeConfigurationOptionsPaginatorItems<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetReservedNodeExchangeConfigurationOptionsPaginatorItems<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub fn send(
self
) -> impl Stream<Item = Result<ReservedNodeConfigurationOption, SdkError<GetReservedNodeExchangeConfigurationOptionsError>>> + Unpin where
R::Policy: SmithyRetryPolicy<GetReservedNodeExchangeConfigurationOptionsInputOperationOutputAlias, GetReservedNodeExchangeConfigurationOptionsOutput, GetReservedNodeExchangeConfigurationOptionsError, GetReservedNodeExchangeConfigurationOptionsInputOperationRetryAlias>,
pub fn send(
self
) -> impl Stream<Item = Result<ReservedNodeConfigurationOption, SdkError<GetReservedNodeExchangeConfigurationOptionsError>>> + Unpin where
R::Policy: SmithyRetryPolicy<GetReservedNodeExchangeConfigurationOptionsInputOperationOutputAlias, GetReservedNodeExchangeConfigurationOptionsOutput, GetReservedNodeExchangeConfigurationOptionsError, GetReservedNodeExchangeConfigurationOptionsInputOperationRetryAlias>,
Create the pagination stream
Note: No requests will be dispatched until the stream is used (eg. with .next().await
).
To read the entirety of the paginator, use .collect::<Result<Vec<_>, _>()
.
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetReservedNodeExchangeConfigurationOptionsPaginatorItems<C, M, R>
impl<C, M, R> Send for GetReservedNodeExchangeConfigurationOptionsPaginatorItems<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetReservedNodeExchangeConfigurationOptionsPaginatorItems<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetReservedNodeExchangeConfigurationOptionsPaginatorItems<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetReservedNodeExchangeConfigurationOptionsPaginatorItems<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