Uses of Class
software.amazon.awssdk.services.pinpoint.model.EndpointUser
-
Packages that use EndpointUser Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointUser in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointUser Modifier and Type Method Description EndpointUserEndpointBatchItem. user()One or more custom attributes that describe the user who's associated with the endpoint.EndpointUserEndpointRequest. user()One or more custom attributes that describe the user who's associated with the endpoint.EndpointUserEndpointResponse. user()One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with the endpoint.EndpointUserPublicEndpoint. user()One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with the endpoint.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type EndpointUser Modifier and Type Method Description EndpointBatchItem.BuilderEndpointBatchItem.Builder. user(EndpointUser user)One or more custom attributes that describe the user who's associated with the endpoint.EndpointRequest.BuilderEndpointRequest.Builder. user(EndpointUser user)One or more custom attributes that describe the user who's associated with the endpoint.EndpointResponse.BuilderEndpointResponse.Builder. user(EndpointUser user)One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with the endpoint.PublicEndpoint.BuilderPublicEndpoint.Builder. user(EndpointUser user)One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with the endpoint.
-