| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointResponse |
EndpointResponse.addAttributesEntry(String key,
List<String> value)
Add a single Attributes entry
|
EndpointResponse |
EndpointResponse.addMetricsEntry(String key,
Double value)
Add a single Metrics entry
|
EndpointResponse |
EndpointResponse.clearAttributesEntries()
Removes all the entries added into Attributes.
|
EndpointResponse |
EndpointResponse.clearMetricsEntries()
Removes all the entries added into Metrics.
|
EndpointResponse |
EndpointResponse.clone() |
EndpointResponse |
GetEndpointResult.getEndpointResponse() |
EndpointResponse |
DeleteEndpointResult.getEndpointResponse() |
EndpointResponse |
EndpointResponse.withAddress(String address)
The destination address for messages or push notifications that you send to the endpoint.
|
EndpointResponse |
EndpointResponse.withApplicationId(String applicationId)
The unique identifier for the application that's associated with the endpoint.
|
EndpointResponse |
EndpointResponse.withAttributes(Map<String,List<String>> attributes)
One or more custom attributes that describe the endpoint by associating a name with an array of values.
|
EndpointResponse |
EndpointResponse.withChannelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
EndpointResponse |
EndpointResponse.withChannelType(String channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
EndpointResponse |
EndpointResponse.withCohortId(String cohortId)
A number from 0-99 that represents the cohort that the endpoint is assigned to.
|
EndpointResponse |
EndpointResponse.withCreationDate(String creationDate)
The date and time, in ISO 8601 format, when the endpoint was created.
|
EndpointResponse |
EndpointResponse.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointResponse |
EndpointResponse.withEffectiveDate(String effectiveDate)
The date and time, in ISO 8601 format, when the endpoint was last updated.
|
EndpointResponse |
EndpointResponse.withEndpointStatus(String endpointStatus)
Specifies whether messages or push notifications are sent to the endpoint.
|
EndpointResponse |
EndpointResponse.withId(String id)
The unique identifier that you assigned to the endpoint.
|
EndpointResponse |
EndpointResponse.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
EndpointResponse |
EndpointResponse.withMetrics(Map<String,Double> metrics)
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
EndpointResponse |
EndpointResponse.withOptOut(String optOut)
Specifies whether the user who's associated with the endpoint has opted out of receiving messages and push
notifications from you.
|
EndpointResponse |
EndpointResponse.withRequestId(String requestId)
The unique identifier for the most recent request to update the endpoint.
|
EndpointResponse |
EndpointResponse.withUser(EndpointUser user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointResponse> |
EndpointsResponse.getItem()
An array of responses, one for each endpoint that's associated with the user ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEndpointResult.setEndpointResponse(EndpointResponse endpointResponse) |
void |
DeleteEndpointResult.setEndpointResponse(EndpointResponse endpointResponse) |
GetEndpointResult |
GetEndpointResult.withEndpointResponse(EndpointResponse endpointResponse) |
DeleteEndpointResult |
DeleteEndpointResult.withEndpointResponse(EndpointResponse endpointResponse) |
EndpointsResponse |
EndpointsResponse.withItem(EndpointResponse... item)
An array of responses, one for each endpoint that's associated with the user ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointsResponse.setItem(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
|
EndpointsResponse |
EndpointsResponse.withItem(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
|
Copyright © 2021. All rights reserved.