Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateSegmentSnapshotResponse
-
Packages that use CreateSegmentSnapshotResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of CreateSegmentSnapshotResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return CreateSegmentSnapshotResponse Modifier and Type Method Description default CreateSegmentSnapshotResponseCustomerProfilesClient. createSegmentSnapshot(Consumer<CreateSegmentSnapshotRequest.Builder> 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.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type CreateSegmentSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateSegmentSnapshotResponse>CustomerProfilesAsyncClient. createSegmentSnapshot(Consumer<CreateSegmentSnapshotRequest.Builder> createSegmentSnapshotRequest)Triggers a job to export a segment to a specified destination.default CompletableFuture<CreateSegmentSnapshotResponse>CustomerProfilesAsyncClient. createSegmentSnapshot(CreateSegmentSnapshotRequest createSegmentSnapshotRequest)Triggers a job to export a segment to a specified destination.
-