Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateEndpointsBatchResponse
-
Packages that use UpdateEndpointsBatchResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateEndpointsBatchResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateEndpointsBatchResponse Modifier and Type Method Description default UpdateEndpointsBatchResponsePinpointClient. updateEndpointsBatch(Consumer<UpdateEndpointsBatchRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateEndpointsBatchResponse Modifier and Type Method Description default CompletableFuture<UpdateEndpointsBatchResponse>PinpointAsyncClient. updateEndpointsBatch(Consumer<UpdateEndpointsBatchRequest.Builder> 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 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.
-