Uses of Class
com.amazonaws.services.sns.model.SetEndpointAttributesRequest
Packages that use SetEndpointAttributesRequest
-
Uses of SetEndpointAttributesRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type SetEndpointAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.setEndpointAttributes(SetEndpointAttributesRequest request) AmazonSNS.setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest) Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.AmazonSNSClient.setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest) Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.AbstractAmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest request) AbstractAmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest request, AsyncHandler<SetEndpointAttributesRequest, SetEndpointAttributesResult> asyncHandler) AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest) Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest, AsyncHandler<SetEndpointAttributesRequest, SetEndpointAttributesResult> asyncHandler) Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest request) AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest request, AsyncHandler<SetEndpointAttributesRequest, SetEndpointAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type SetEndpointAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest request, AsyncHandler<SetEndpointAttributesRequest, SetEndpointAttributesResult> asyncHandler) AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest, AsyncHandler<SetEndpointAttributesRequest, SetEndpointAttributesResult> asyncHandler) Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS.AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest request, AsyncHandler<SetEndpointAttributesRequest, SetEndpointAttributesResult> asyncHandler) -
Uses of SetEndpointAttributesRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return SetEndpointAttributesRequestModifier and TypeMethodDescriptionSetEndpointAttributesRequest.addAttributesEntry(String key, String value) SetEndpointAttributesRequest.clearAttributesEntries()Removes all the entries added into Attributes.SetEndpointAttributesRequest.clone()SetEndpointAttributesRequest.withAttributes(Map<String, String> attributes) A map of the endpoint attributes.SetEndpointAttributesRequest.withEndpointArn(String endpointArn) EndpointArn used for SetEndpointAttributes action.