Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSegmentImportJobsResponse
-
Packages that use GetSegmentImportJobsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetSegmentImportJobsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetSegmentImportJobsResponse Modifier and Type Method Description default GetSegmentImportJobsResponsePinpointClient. getSegmentImportJobs(Consumer<GetSegmentImportJobsRequest.Builder> getSegmentImportJobsRequest)Retrieves information about the status and settings of the import jobs for a segment.default GetSegmentImportJobsResponsePinpointClient. getSegmentImportJobs(GetSegmentImportJobsRequest getSegmentImportJobsRequest)Retrieves information about the status and settings of the import jobs for a segment.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetSegmentImportJobsResponse Modifier and Type Method Description default CompletableFuture<GetSegmentImportJobsResponse>PinpointAsyncClient. getSegmentImportJobs(Consumer<GetSegmentImportJobsRequest.Builder> getSegmentImportJobsRequest)Retrieves information about the status and settings of the import jobs for a segment.default CompletableFuture<GetSegmentImportJobsResponse>PinpointAsyncClient. getSegmentImportJobs(GetSegmentImportJobsRequest getSegmentImportJobsRequest)Retrieves information about the status and settings of the import jobs for a segment.
-