Package | Description |
---|---|
com.amazonaws.services.sns.model | |
com.amazonaws.services.sns.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Endpoint> |
ListEndpointsByPlatformApplicationResult.endpoints
Endpoints returned for ListEndpointsByPlatformApplication action.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.addAttributesEntry(java.lang.String key,
java.lang.String value) |
Endpoint |
Endpoint.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Endpoint |
Endpoint.clone() |
Endpoint |
Endpoint.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Attributes for endpoint.
|
Endpoint |
Endpoint.withEndpointArn(java.lang.String endpointArn)
EndpointArn for mobile app and device.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Endpoint> |
ListEndpointsByPlatformApplicationResult.getEndpoints()
Endpoints returned for ListEndpointsByPlatformApplication action.
|
Modifier and Type | Method and Description |
---|---|
ListEndpointsByPlatformApplicationResult |
ListEndpointsByPlatformApplicationResult.withEndpoints(Endpoint... endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEndpointsByPlatformApplicationResult.setEndpoints(java.util.Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
|
ListEndpointsByPlatformApplicationResult |
ListEndpointsByPlatformApplicationResult.withEndpoints(java.util.Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |