Uses of Interface
software.amazon.awssdk.services.pinpoint.model.UpdateEndpointRequest.Builder
-
Packages that use UpdateEndpointRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of UpdateEndpointRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type UpdateEndpointRequest.Builder 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 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. -
Uses of UpdateEndpointRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return UpdateEndpointRequest.Builder Modifier and Type Method Description UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static UpdateEndpointRequest.BuilderUpdateEndpointRequest. builder()UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. endpointId(String endpointId)The case insensitive unique identifier for the endpoint.default UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. endpointRequest(Consumer<EndpointRequest.Builder> endpointRequest)Sets the value of the EndpointRequest property for this object.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. endpointRequest(EndpointRequest endpointRequest)Sets the value of the EndpointRequest property for this object.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEndpointRequest.BuilderUpdateEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type UpdateEndpointRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEndpointRequest.Builder>UpdateEndpointRequest. serializableBuilderClass()
-