Struct aws_sdk_glue::client::fluent_builders::GetTriggers
source ·
[−]pub struct GetTriggers<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetTriggers
.
Gets all the triggers associated with a job.
Implementations
impl<C, M, R> GetTriggers<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetTriggers<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(self) -> Result<GetTriggersOutput, SdkError<GetTriggersError>> where
R::Policy: SmithyRetryPolicy<GetTriggersInputOperationOutputAlias, GetTriggersOutput, GetTriggersError, GetTriggersInputOperationRetryAlias>,
pub async fn send(self) -> Result<GetTriggersOutput, SdkError<GetTriggersError>> where
R::Policy: SmithyRetryPolicy<GetTriggersInputOperationOutputAlias, GetTriggersOutput, GetTriggersError, GetTriggersInputOperationRetryAlias>,
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
.
A continuation token, if this is a continuation call.
A continuation token, if this is a continuation call.
The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.
The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.
The maximum size of the response.
The maximum size of the response.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetTriggers<C, M, R>
impl<C, M, R> Unpin for GetTriggers<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetTriggers<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