Uses of Class
software.amazon.awssdk.services.sns.model.CreatePlatformApplicationResponse
Packages that use CreatePlatformApplicationResponse
-
Uses of CreatePlatformApplicationResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return CreatePlatformApplicationResponseModifier and TypeMethodDescriptionSnsClient.createPlatformApplication(Consumer<CreatePlatformApplicationRequest.Builder> createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile apps may register.SnsClient.createPlatformApplication(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile apps may register.Methods in software.amazon.awssdk.services.sns that return types with arguments of type CreatePlatformApplicationResponseModifier and TypeMethodDescriptionSnsAsyncClient.createPlatformApplication(Consumer<CreatePlatformApplicationRequest.Builder> createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile apps may register.SnsAsyncClient.createPlatformApplication(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile apps may register.