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