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