Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetSegmentSnapshotResponse
-
Packages that use GetSegmentSnapshotResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetSegmentSnapshotResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetSegmentSnapshotResponse Modifier and Type Method Description default GetSegmentSnapshotResponseCustomerProfilesClient. getSegmentSnapshot(Consumer<GetSegmentSnapshotRequest.Builder> getSegmentSnapshotRequest)Retrieve the latest status of a segment snapshot.default GetSegmentSnapshotResponseCustomerProfilesClient. getSegmentSnapshot(GetSegmentSnapshotRequest getSegmentSnapshotRequest)Retrieve the latest status of a segment snapshot.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetSegmentSnapshotResponse Modifier and Type Method Description default CompletableFuture<GetSegmentSnapshotResponse>CustomerProfilesAsyncClient. getSegmentSnapshot(Consumer<GetSegmentSnapshotRequest.Builder> getSegmentSnapshotRequest)Retrieve the latest status of a segment snapshot.default CompletableFuture<GetSegmentSnapshotResponse>CustomerProfilesAsyncClient. getSegmentSnapshot(GetSegmentSnapshotRequest getSegmentSnapshotRequest)Retrieve the latest status of a segment snapshot.
-