Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetSegmentMembershipResponse
-
Packages that use GetSegmentMembershipResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetSegmentMembershipResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetSegmentMembershipResponse Modifier and Type Method Description default GetSegmentMembershipResponseCustomerProfilesClient. getSegmentMembership(Consumer<GetSegmentMembershipRequest.Builder> getSegmentMembershipRequest)Determines if the given profiles are within a segment.default GetSegmentMembershipResponseCustomerProfilesClient. getSegmentMembership(GetSegmentMembershipRequest getSegmentMembershipRequest)Determines if the given profiles are within a segment.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetSegmentMembershipResponse Modifier and Type Method Description default CompletableFuture<GetSegmentMembershipResponse>CustomerProfilesAsyncClient. getSegmentMembership(Consumer<GetSegmentMembershipRequest.Builder> getSegmentMembershipRequest)Determines if the given profiles are within a segment.default CompletableFuture<GetSegmentMembershipResponse>CustomerProfilesAsyncClient. getSegmentMembership(GetSegmentMembershipRequest getSegmentMembershipRequest)Determines if the given profiles are within a segment.
-