Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateEndpointsBatchRequest
-
Packages that use UpdateEndpointsBatchRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of UpdateEndpointsBatchRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type UpdateEndpointsBatchRequest Modifier and Type Method Description default CompletableFuture<UpdateEndpointsBatchResponse>PinpointAsyncClient. updateEndpointsBatch(UpdateEndpointsBatchRequest updateEndpointsBatchRequest)Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application.default UpdateEndpointsBatchResponsePinpointClient. updateEndpointsBatch(UpdateEndpointsBatchRequest updateEndpointsBatchRequest)Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. -
Uses of UpdateEndpointsBatchRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type UpdateEndpointsBatchRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEndpointsBatchRequestMarshaller. marshall(UpdateEndpointsBatchRequest updateEndpointsBatchRequest)
-