Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetApplicationDateRangeKpiRequest.Builder
-
Packages that use GetApplicationDateRangeKpiRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetApplicationDateRangeKpiRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetApplicationDateRangeKpiRequest.Builder Modifier and Type Method Description default CompletableFuture<GetApplicationDateRangeKpiResponse>PinpointAsyncClient. getApplicationDateRangeKpi(Consumer<GetApplicationDateRangeKpiRequest.Builder> getApplicationDateRangeKpiRequest)Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.default GetApplicationDateRangeKpiResponsePinpointClient. getApplicationDateRangeKpi(Consumer<GetApplicationDateRangeKpiRequest.Builder> getApplicationDateRangeKpiRequest)Retrieves (queries) pre-aggregated data for a standard metric that applies to an application. -
Uses of GetApplicationDateRangeKpiRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetApplicationDateRangeKpiRequest.Builder Modifier and Type Method Description GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest. builder()GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. endTime(Instant endTime)The last date and time to retrieve data for, as part of an inclusive date range that filters the query results.GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. kpiName(String kpiName)The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for.GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. nextToken(String nextToken)The string that specifies which page of results to return in a paginated response.GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. pageSize(String pageSize)The maximum number of items to include in each page of a paginated response.GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest.Builder. startTime(Instant startTime)The first date and time to retrieve data for, as part of an inclusive date range that filters the query results.GetApplicationDateRangeKpiRequest.BuilderGetApplicationDateRangeKpiRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetApplicationDateRangeKpiRequest.Builder Modifier and Type Method Description static Class<? extends GetApplicationDateRangeKpiRequest.Builder>GetApplicationDateRangeKpiRequest. serializableBuilderClass()
-