Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetExportJobsRequest.Builder
-
Packages that use GetExportJobsRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetExportJobsRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetExportJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetExportJobsResponse>PinpointAsyncClient. getExportJobs(Consumer<GetExportJobsRequest.Builder> getExportJobsRequest)Retrieves information about the status and settings of all the export jobs for an application.default GetExportJobsResponsePinpointClient. getExportJobs(Consumer<GetExportJobsRequest.Builder> getExportJobsRequest)Retrieves information about the status and settings of all the export jobs for an application. -
Uses of GetExportJobsRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetExportJobsRequest.Builder Modifier and Type Method Description GetExportJobsRequest.BuilderGetExportJobsRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetExportJobsRequest.BuilderGetExportJobsRequest. builder()GetExportJobsRequest.BuilderGetExportJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetExportJobsRequest.BuilderGetExportJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetExportJobsRequest.BuilderGetExportJobsRequest.Builder. pageSize(String pageSize)The maximum number of items to include in each page of a paginated response.GetExportJobsRequest.BuilderGetExportJobsRequest. toBuilder()GetExportJobsRequest.BuilderGetExportJobsRequest.Builder. token(String token)The NextToken string that specifies which page of results to return in a paginated response.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetExportJobsRequest.Builder Modifier and Type Method Description static Class<? extends GetExportJobsRequest.Builder>GetExportJobsRequest. serializableBuilderClass()
-