Uses of Interface
software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest.Builder
Packages that use ListPlatformApplicationsRequest.Builder
Package
Description
-
Uses of ListPlatformApplicationsRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type ListPlatformApplicationsRequest.BuilderModifier and TypeMethodDescriptionSnsAsyncClient.listPlatformApplications(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).default ListPlatformApplicationsResponseSnsClient.listPlatformApplications(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).SnsAsyncClient.listPlatformApplicationsPaginator(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest) This is a variant ofSnsAsyncClient.listPlatformApplications(software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest)operation.default ListPlatformApplicationsIterableSnsClient.listPlatformApplicationsPaginator(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest) This is a variant ofSnsClient.listPlatformApplications(software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest)operation. -
Uses of ListPlatformApplicationsRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return ListPlatformApplicationsRequest.BuilderModifier and TypeMethodDescriptionListPlatformApplicationsRequest.builder()NextTokenstring is used when callingListPlatformApplicationsaction to retrieve additional records that are available after the first page results.ListPlatformApplicationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPlatformApplicationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPlatformApplicationsRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type ListPlatformApplicationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPlatformApplicationsRequest.Builder>ListPlatformApplicationsRequest.serializableBuilderClass()