Uses of Class
software.amazon.awssdk.services.pinpoint.model.EndpointBatchItem
-
Packages that use EndpointBatchItem Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointBatchItem in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointBatchItem Modifier and Type Method Description List<EndpointBatchItem>EndpointBatchRequest. item()An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type EndpointBatchItem Modifier and Type Method Description EndpointBatchRequest.BuilderEndpointBatchRequest.Builder. item(EndpointBatchItem... item)An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointBatchItem Modifier and Type Method Description EndpointBatchRequest.BuilderEndpointBatchRequest.Builder. item(Collection<EndpointBatchItem> item)An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change.
-