Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.ListProfileTimesRequest.Builder
-
Packages that use ListProfileTimesRequest.Builder Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of ListProfileTimesRequest.Builder in software.amazon.awssdk.services.codeguruprofiler
Method parameters in software.amazon.awssdk.services.codeguruprofiler with type arguments of type ListProfileTimesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProfileTimesResponse>CodeGuruProfilerAsyncClient. listProfileTimes(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.default ListProfileTimesResponseCodeGuruProfilerClient. listProfileTimes(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.default ListProfileTimesPublisherCodeGuruProfilerAsyncClient. listProfileTimesPaginator(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)This is a variant ofCodeGuruProfilerAsyncClient.listProfileTimes(software.amazon.awssdk.services.codeguruprofiler.model.ListProfileTimesRequest)operation.default ListProfileTimesIterableCodeGuruProfilerClient. listProfileTimesPaginator(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)This is a variant ofCodeGuruProfilerClient.listProfileTimes(software.amazon.awssdk.services.codeguruprofiler.model.ListProfileTimesRequest)operation. -
Uses of ListProfileTimesRequest.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return ListProfileTimesRequest.Builder Modifier and Type Method Description static ListProfileTimesRequest.BuilderListProfileTimesRequest. builder()ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. endTime(Instant endTime)The end time of the time range from which to list the profiles.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. maxResults(Integer maxResults)The maximum number of profile time results returned byListProfileTimesin paginated output.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. nextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedListProfileTimesrequest wheremaxResultswas used and the results exceeded the value of that parameter.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. orderBy(String orderBy)The order (ascending or descending by start time of the profile) to use when listing profiles.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. orderBy(OrderBy orderBy)The order (ascending or descending by start time of the profile) to use when listing profiles.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. period(String period)The aggregation period.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. period(AggregationPeriod period)The aggregation period.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. profilingGroupName(String profilingGroupName)The name of the profiling group.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. startTime(Instant startTime)The start time of the time range from which to list the profiles.ListProfileTimesRequest.BuilderListProfileTimesRequest. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type ListProfileTimesRequest.Builder Modifier and Type Method Description static Class<? extends ListProfileTimesRequest.Builder>ListProfileTimesRequest. serializableBuilderClass()
-