Struct aws_sdk_robomaker::client::fluent_builders::ListRobotApplications [−][src]
pub struct ListRobotApplications<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListRobotApplications.
Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
Implementations
impl<C, M, R> ListRobotApplications<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListRobotApplications<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListRobotApplicationsOutput, SdkError<ListRobotApplicationsError>> where
R::Policy: SmithyRetryPolicy<ListRobotApplicationsInputOperationOutputAlias, ListRobotApplicationsOutput, ListRobotApplicationsError, ListRobotApplicationsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListRobotApplicationsOutput, SdkError<ListRobotApplicationsError>> where
R::Policy: SmithyRetryPolicy<ListRobotApplicationsInputOperationOutputAlias, ListRobotApplicationsOutput, ListRobotApplicationsError, ListRobotApplicationsInputOperationRetryAlias>,
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 version qualifier of the robot application.
The version qualifier of the robot application.
If the previous paginated request did not return all of the remaining results, the
response object's nextToken parameter value is set to a token. To retrieve the
next set of results, call ListRobotApplications again and assign that token to
the request object's nextToken parameter. If there are no remaining results,
the previous response object's NextToken parameter is set to null.
If the previous paginated request did not return all of the remaining results, the
response object's nextToken parameter value is set to a token. To retrieve the
next set of results, call ListRobotApplications again and assign that token to
the request object's nextToken parameter. If there are no remaining results,
the previous response object's NextToken parameter is set to null.
When this parameter is used, ListRobotApplications only returns
maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending
another ListRobotApplications request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
ListRobotApplications returns up to 100 results and a
nextToken value if applicable.
When this parameter is used, ListRobotApplications only returns
maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending
another ListRobotApplications request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
ListRobotApplications returns up to 100 results and a
nextToken value if applicable.
Appends an item to filters.
To override the contents of this collection use set_filters.
Optional filters to limit results.
The filter name name is supported. When filtering, you must use the
complete value of the filtered item. You can use up to three filters.
Optional filters to limit results.
The filter name name is supported. When filtering, you must use the
complete value of the filtered item. You can use up to three filters.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListRobotApplications<C, M, R>
impl<C, M, R> Send for ListRobotApplications<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListRobotApplications<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListRobotApplications<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListRobotApplications<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