Uses of Class
software.amazon.awssdk.services.sns.model.GetEndpointAttributesResponse
-
Packages that use GetEndpointAttributesResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of GetEndpointAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetEndpointAttributesResponse Modifier and Type Method Description default 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 GetEndpointAttributesResponse Modifier and Type Method Description default CompletableFuture<GetEndpointAttributesResponse>SnsAsyncClient. 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 CompletableFuture<GetEndpointAttributesResponse>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.
-