Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EndpointUser.Builder
-
Packages that use EndpointUser.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointUser.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointUser.Builder Modifier and Type Method Description static EndpointUser.BuilderEndpointUser. builder()EndpointUser.BuilderEndpointUser. toBuilder()EndpointUser.BuilderEndpointUser.Builder. userAttributes(Map<String,? extends Collection<String>> userAttributes)One or more custom attributes that describe the user by associating a name with an array of values.EndpointUser.BuilderEndpointUser.Builder. userId(String userId)The unique identifier for the user.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointUser.Builder Modifier and Type Method Description static Class<? extends EndpointUser.Builder>EndpointUser. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointUser.Builder Modifier and Type Method Description default EndpointBatchItem.BuilderEndpointBatchItem.Builder. user(Consumer<EndpointUser.Builder> user)One or more custom attributes that describe the user who's associated with the endpoint.default EndpointRequest.BuilderEndpointRequest.Builder. user(Consumer<EndpointUser.Builder> user)One or more custom attributes that describe the user who's associated with the endpoint.default EndpointResponse.BuilderEndpointResponse.Builder. user(Consumer<EndpointUser.Builder> user)One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with the endpoint.default PublicEndpoint.BuilderPublicEndpoint.Builder. user(Consumer<EndpointUser.Builder> user)One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with the endpoint.
-