Uses of Class
software.amazon.awssdk.services.sns.model.PlatformApplication
Packages that use PlatformApplication
Package
Description
-
Uses of PlatformApplication in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PlatformApplicationModifier and TypeMethodDescriptionfinal List<PlatformApplication>ListPlatformApplicationsResponse.platformApplications()Platform applications returned when callingListPlatformApplicationsaction.Methods in software.amazon.awssdk.services.sns.model with parameters of type PlatformApplicationModifier and TypeMethodDescriptionListPlatformApplicationsResponse.Builder.platformApplications(PlatformApplication... platformApplications) Platform applications returned when callingListPlatformApplicationsaction.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type PlatformApplicationModifier and TypeMethodDescriptionListPlatformApplicationsResponse.Builder.platformApplications(Collection<PlatformApplication> platformApplications) Platform applications returned when callingListPlatformApplicationsaction. -
Uses of PlatformApplication in software.amazon.awssdk.services.sns.paginators
Methods in software.amazon.awssdk.services.sns.paginators that return types with arguments of type PlatformApplicationModifier and TypeMethodDescriptionfinal SdkIterable<PlatformApplication>ListPlatformApplicationsIterable.platformApplications()Returns an iterable to iterate through the paginatedListPlatformApplicationsResponse.platformApplications()member.final SdkPublisher<PlatformApplication>ListPlatformApplicationsPublisher.platformApplications()Returns a publisher that can be used to get a stream of data.