Uses of Interface
software.amazon.awssdk.services.sns.model.ListPlatformApplicationsResponse.Builder
Packages that use ListPlatformApplicationsResponse.Builder
-
Uses of ListPlatformApplicationsResponse.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return ListPlatformApplicationsResponse.BuilderModifier and TypeMethodDescriptionListPlatformApplicationsResponse.builder()NextTokenstring is returned when callingListPlatformApplicationsaction if additional records are available after the first page results.ListPlatformApplicationsResponse.Builder.platformApplications(Collection<PlatformApplication> platformApplications) Platform applications returned when callingListPlatformApplicationsaction.ListPlatformApplicationsResponse.Builder.platformApplications(Consumer<PlatformApplication.Builder>... platformApplications) Platform applications returned when callingListPlatformApplicationsaction.ListPlatformApplicationsResponse.Builder.platformApplications(PlatformApplication... platformApplications) Platform applications returned when callingListPlatformApplicationsaction.ListPlatformApplicationsResponse.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type ListPlatformApplicationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPlatformApplicationsResponse.Builder>ListPlatformApplicationsResponse.serializableBuilderClass()