Struct aws_sdk_codeguruprofiler::client::fluent_builders::ListProfileTimes [−][src]
pub struct ListProfileTimes<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListProfileTimes
.
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
Implementations
impl<C, M, R> ListProfileTimes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListProfileTimes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListProfileTimesOutput, SdkError<ListProfileTimesError>> where
R::Policy: SmithyRetryPolicy<ListProfileTimesInputOperationOutputAlias, ListProfileTimesOutput, ListProfileTimesError, ListProfileTimesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListProfileTimesOutput, SdkError<ListProfileTimesError>> where
R::Policy: SmithyRetryPolicy<ListProfileTimesInputOperationOutputAlias, ListProfileTimesOutput, ListProfileTimesError, ListProfileTimesInputOperationRetryAlias>,
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 name of the profiling group.
The name of the profiling group.
The start time of the time range from which to list the profiles.
The start time of the time range from which to list the profiles.
The end time of the time range from which to list the profiles.
The end time of the time range from which to list the profiles.
The aggregation period. This specifies the period during which an aggregation profile collects posted agent profiles for a profiling group. There are 3 valid values.
-
P1D
— 1 day -
PT1H
— 1 hour -
PT5M
— 5 minutes
The aggregation period. This specifies the period during which an aggregation profile collects posted agent profiles for a profiling group. There are 3 valid values.
-
P1D
— 1 day -
PT1H
— 1 hour -
PT5M
— 5 minutes
The order (ascending or descending by start time of the profile) to
use when listing profiles. Defaults to TIMESTAMP_DESCENDING
.
The order (ascending or descending by start time of the profile) to
use when listing profiles. Defaults to TIMESTAMP_DESCENDING
.
The maximum number of profile time results returned by ListProfileTimes
in paginated output. When this parameter is used, ListProfileTimes
only returns
maxResults
results in a single page with a nextToken
response
element. The remaining results of the initial request
can be seen by sending another ListProfileTimes
request with the returned
nextToken
value.
The maximum number of profile time results returned by ListProfileTimes
in paginated output. When this parameter is used, ListProfileTimes
only returns
maxResults
results in a single page with a nextToken
response
element. The remaining results of the initial request
can be seen by sending another ListProfileTimes
request with the returned
nextToken
value.
The nextToken
value returned from a previous paginated
ListProfileTimes
request where maxResults
was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results
that returned the nextToken
value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
The nextToken
value returned from a previous paginated
ListProfileTimes
request where maxResults
was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results
that returned the nextToken
value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListProfileTimes<C, M, R>
impl<C, M, R> Send for ListProfileTimes<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListProfileTimes<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListProfileTimes<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListProfileTimes<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