Uses of Class
com.amazonaws.services.sns.model.GetEndpointAttributesResult
-
Packages that use GetEndpointAttributesResult Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of GetEndpointAttributesResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return GetEndpointAttributesResult Modifier and Type Method Description GetEndpointAttributesResultAbstractAmazonSNS. getEndpointAttributes(GetEndpointAttributesRequest request)GetEndpointAttributesResultAmazonSNS. getEndpointAttributes(GetEndpointAttributesRequest getEndpointAttributesRequest)Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.GetEndpointAttributesResultAmazonSNSClient. getEndpointAttributes(GetEndpointAttributesRequest getEndpointAttributesRequest)Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.Method parameters in com.amazonaws.services.sns with type arguments of type GetEndpointAttributesResult Modifier and Type Method Description Future<GetEndpointAttributesResult>AbstractAmazonSNSAsync. getEndpointAttributesAsync(GetEndpointAttributesRequest request, AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)Future<GetEndpointAttributesResult>AmazonSNSAsync. getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest, AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.Future<GetEndpointAttributesResult>AmazonSNSAsyncClient. getEndpointAttributesAsync(GetEndpointAttributesRequest request, AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler) -
Uses of GetEndpointAttributesResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return GetEndpointAttributesResult Modifier and Type Method Description GetEndpointAttributesResultGetEndpointAttributesResult. addAttributesEntry(String key, String value)GetEndpointAttributesResultGetEndpointAttributesResult. clearAttributesEntries()Removes all the entries added into Attributes.GetEndpointAttributesResultGetEndpointAttributesResult. clone()GetEndpointAttributesResultGetEndpointAttributesResult. withAttributes(Map<String,String> attributes)Attributes include the following:
-