Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EndpointBatchRequest.Builder
-
Packages that use EndpointBatchRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointBatchRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointBatchRequest.Builder Modifier and Type Method Description static EndpointBatchRequest.BuilderEndpointBatchRequest. builder()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.EndpointBatchRequest.BuilderEndpointBatchRequest.Builder. item(Consumer<EndpointBatchItem.Builder>... item)An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change.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.EndpointBatchRequest.BuilderEndpointBatchRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointBatchRequest.Builder Modifier and Type Method Description static Class<? extends EndpointBatchRequest.Builder>EndpointBatchRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointBatchRequest.Builder Modifier and Type Method Description default UpdateEndpointsBatchRequest.BuilderUpdateEndpointsBatchRequest.Builder. endpointBatchRequest(Consumer<EndpointBatchRequest.Builder> endpointBatchRequest)Sets the value of the EndpointBatchRequest property for this object.
-