Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateEndpointResponse
-
Packages that use UpdateEndpointResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateEndpointResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateEndpointResponse Modifier and Type Method Description default UpdateEndpointResponsePinpointClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application.default UpdateEndpointResponsePinpointClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateEndpointResponse Modifier and Type Method Description default CompletableFuture<UpdateEndpointResponse>PinpointAsyncClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application.default CompletableFuture<UpdateEndpointResponse>PinpointAsyncClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application.
-