Uses of Class
software.amazon.awssdk.services.sns.model.GetEndpointAttributesResponse
Packages that use GetEndpointAttributesResponse
-
Uses of GetEndpointAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetEndpointAttributesResponseModifier and TypeMethodDescriptiondefault GetEndpointAttributesResponseSnsClient.getEndpointAttributes(Consumer<GetEndpointAttributesRequest.Builder> getEndpointAttributesRequest) Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.default GetEndpointAttributesResponseSnsClient.getEndpointAttributes(GetEndpointAttributesRequest getEndpointAttributesRequest) Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.Methods in software.amazon.awssdk.services.sns that return types with arguments of type GetEndpointAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.getEndpointAttributes(Consumer<GetEndpointAttributesRequest.Builder> getEndpointAttributesRequest) Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.SnsAsyncClient.getEndpointAttributes(GetEndpointAttributesRequest getEndpointAttributesRequest) Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.