Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ProfileQueryFailures
-
Packages that use ProfileQueryFailures Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ProfileQueryFailures in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ProfileQueryFailures Modifier and Type Method Description List<ProfileQueryFailures>GetSegmentMembershipResponse. failures()An array of maps where each contains a response per profile failed for the request.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ProfileQueryFailures Modifier and Type Method Description GetSegmentMembershipResponse.BuilderGetSegmentMembershipResponse.Builder. failures(ProfileQueryFailures... failures)An array of maps where each contains a response per profile failed for the request.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ProfileQueryFailures Modifier and Type Method Description GetSegmentMembershipResponse.BuilderGetSegmentMembershipResponse.Builder. failures(Collection<ProfileQueryFailures> failures)An array of maps where each contains a response per profile failed for the request.
-