Uses of Class
software.amazon.awssdk.services.sns.model.CreatePlatformEndpointResponse
Packages that use CreatePlatformEndpointResponse
-
Uses of CreatePlatformEndpointResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return CreatePlatformEndpointResponseModifier and TypeMethodDescriptiondefault CreatePlatformEndpointResponseSnsClient.createPlatformEndpoint(Consumer<CreatePlatformEndpointRequest.Builder> createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.default CreatePlatformEndpointResponseSnsClient.createPlatformEndpoint(CreatePlatformEndpointRequest createPlatformEndpointRequest) Creates an endpoint for a device and mobile app 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 CreatePlatformEndpointResponseModifier and TypeMethodDescriptionSnsAsyncClient.createPlatformEndpoint(Consumer<CreatePlatformEndpointRequest.Builder> createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.SnsAsyncClient.createPlatformEndpoint(CreatePlatformEndpointRequest createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.