| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointBatchRequest.Builder |
EndpointBatchRequest.builder() |
EndpointBatchRequest.Builder |
EndpointBatchRequest.Builder.item(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
EndpointBatchRequest.Builder |
EndpointBatchRequest.Builder.item(Consumer<EndpointBatchItem.Builder>... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
EndpointBatchRequest.Builder |
EndpointBatchRequest.Builder.item(EndpointBatchItem... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
EndpointBatchRequest.Builder |
EndpointBatchRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointBatchRequest.Builder> |
EndpointBatchRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEndpointsBatchRequest.Builder |
UpdateEndpointsBatchRequest.Builder.endpointBatchRequest(Consumer<EndpointBatchRequest.Builder> endpointBatchRequest)
Sets the value of the EndpointBatchRequest property for this object.
|
Copyright © 2020. All rights reserved.