Uses of Class
software.amazon.awssdk.services.sns.model.DeletePlatformApplicationResponse
Packages that use DeletePlatformApplicationResponse
-
Uses of DeletePlatformApplicationResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return DeletePlatformApplicationResponseModifier and TypeMethodDescriptionSnsClient.deletePlatformApplication(Consumer<DeletePlatformApplicationRequest.Builder> deletePlatformApplicationRequest) Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).SnsClient.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest) Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).Methods in software.amazon.awssdk.services.sns that return types with arguments of type DeletePlatformApplicationResponseModifier and TypeMethodDescriptionSnsAsyncClient.deletePlatformApplication(Consumer<DeletePlatformApplicationRequest.Builder> deletePlatformApplicationRequest) Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).SnsAsyncClient.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest) Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).