| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEndpointsBatchResponse |
PinpointClient.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(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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.builder() |
default UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.Builder.endpointBatchRequest(Consumer<EndpointBatchRequest.Builder> endpointBatchRequest)
Sets the value of the EndpointBatchRequest property for this object.
|
UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.Builder.endpointBatchRequest(EndpointBatchRequest endpointBatchRequest)
Sets the value of the EndpointBatchRequest property for this object.
|
UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEndpointsBatchRequest.Builder> |
UpdateEndpointsBatchRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.