pub struct DescribeSnapshotSchedules<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeSnapshotSchedules
.
Returns a list of snapshot schedules.
Implementations
impl<C, M, R> DescribeSnapshotSchedules<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeSnapshotSchedules<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeSnapshotSchedulesOutput, SdkError<DescribeSnapshotSchedulesError>> where
R::Policy: SmithyRetryPolicy<DescribeSnapshotSchedulesInputOperationOutputAlias, DescribeSnapshotSchedulesOutput, DescribeSnapshotSchedulesError, DescribeSnapshotSchedulesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeSnapshotSchedulesOutput, SdkError<DescribeSnapshotSchedulesError>> where
R::Policy: SmithyRetryPolicy<DescribeSnapshotSchedulesInputOperationOutputAlias, DescribeSnapshotSchedulesOutput, DescribeSnapshotSchedulesError, DescribeSnapshotSchedulesInputOperationRetryAlias>,
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 unique identifier for the cluster whose snapshot schedules you want to view.
The unique identifier for the cluster whose snapshot schedules you want to view.
A unique identifier for a snapshot schedule.
A unique identifier for a snapshot schedule.
Appends an item to TagKeys
.
To override the contents of this collection use set_tag_keys
.
The key value for a snapshot schedule tag.
The key value for a snapshot schedule tag.
Appends an item to TagValues
.
To override the contents of this collection use set_tag_values
.
The value corresponding to the key of the snapshot schedule tag.
The value corresponding to the key of the snapshot schedule tag.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker
parameter and retrying the command. If the marker
field is empty, all response records have been retrieved for the request.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker
parameter and retrying the command. If the marker
field is empty, all response records have been retrieved for the request.
The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker
value.
The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker
value.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeSnapshotSchedules<C, M, R>
impl<C, M, R> Send for DescribeSnapshotSchedules<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeSnapshotSchedules<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeSnapshotSchedules<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeSnapshotSchedules<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