Uses of Class
com.amazonaws.services.sns.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return EndpointModifier and TypeMethodDescriptionEndpoint.addAttributesEntry(String key, String value) Endpoint.clearAttributesEntries()Removes all the entries added into Attributes.Endpoint.clone()Endpoint.withAttributes(Map<String, String> attributes) Attributes for endpoint.Endpoint.withEndpointArn(String endpointArn) EndpointArn for mobile app and device.Methods in com.amazonaws.services.sns.model that return types with arguments of type EndpointModifier and TypeMethodDescriptionListEndpointsByPlatformApplicationResult.getEndpoints()Endpoints returned for ListEndpointsByPlatformApplication action.Methods in com.amazonaws.services.sns.model with parameters of type EndpointModifier and TypeMethodDescriptionListEndpointsByPlatformApplicationResult.withEndpoints(Endpoint... endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.Method parameters in com.amazonaws.services.sns.model with type arguments of type EndpointModifier and TypeMethodDescriptionvoidListEndpointsByPlatformApplicationResult.setEndpoints(Collection<Endpoint> endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.ListEndpointsByPlatformApplicationResult.withEndpoints(Collection<Endpoint> endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.