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 GetEndpointAttributesResult
AbstractAmazonSNS. getEndpointAttributes(GetEndpointAttributesRequest request)
GetEndpointAttributesResult
AmazonSNS. getEndpointAttributes(GetEndpointAttributesRequest getEndpointAttributesRequest)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS.GetEndpointAttributesResult
AmazonSNSClient. 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 GetEndpointAttributesResult
GetEndpointAttributesResult. addAttributesEntry(String key, String value)
GetEndpointAttributesResult
GetEndpointAttributesResult. clearAttributesEntries()
Removes all the entries added into Attributes.GetEndpointAttributesResult
GetEndpointAttributesResult. clone()
GetEndpointAttributesResult
GetEndpointAttributesResult. withAttributes(Map<String,String> attributes)
Attributes include the following:
-