Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateSegmentSnapshotRequest
-
Packages that use CreateSegmentSnapshotRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of CreateSegmentSnapshotRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type CreateSegmentSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateSegmentSnapshotResponse>CustomerProfilesAsyncClient. createSegmentSnapshot(CreateSegmentSnapshotRequest createSegmentSnapshotRequest)Triggers a job to export a segment to a specified destination.default CreateSegmentSnapshotResponseCustomerProfilesClient. createSegmentSnapshot(CreateSegmentSnapshotRequest createSegmentSnapshotRequest)Triggers a job to export a segment to a specified destination. -
Uses of CreateSegmentSnapshotRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type CreateSegmentSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateSegmentSnapshotRequestMarshaller. marshall(CreateSegmentSnapshotRequest createSegmentSnapshotRequest)
-