Struct aws_sdk_emr::client::fluent_builders::ListReleaseLabels [−][src]
pub struct ListReleaseLabels<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListReleaseLabels.
Retrieves release labels of EMR services in the region where the API is called.
Implementations
impl<C, M, R> ListReleaseLabels<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListReleaseLabels<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListReleaseLabelsOutput, SdkError<ListReleaseLabelsError>> where
R::Policy: SmithyRetryPolicy<ListReleaseLabelsInputOperationOutputAlias, ListReleaseLabelsOutput, ListReleaseLabelsError, ListReleaseLabelsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListReleaseLabelsOutput, SdkError<ListReleaseLabelsError>> where
R::Policy: SmithyRetryPolicy<ListReleaseLabelsInputOperationOutputAlias, ListReleaseLabelsOutput, ListReleaseLabelsError, ListReleaseLabelsInputOperationRetryAlias>,
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.
Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return.
Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return.
Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.
Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.
Defines the maximum number of release labels to return in a single response. The default is 100.
Defines the maximum number of release labels to return in a single response. The default is 100.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListReleaseLabels<C, M, R>
impl<C, M, R> Send for ListReleaseLabels<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListReleaseLabels<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListReleaseLabels<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListReleaseLabels<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