Uses of Class
software.amazon.awssdk.services.sns.model.GetEndpointAttributesRequest
-
Packages that use GetEndpointAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of GetEndpointAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type GetEndpointAttributesRequest Modifier and Type Method Description 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.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. -
Uses of GetEndpointAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type GetEndpointAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetEndpointAttributesRequestMarshaller. marshall(GetEndpointAttributesRequest getEndpointAttributesRequest)
-