Uses of Interface
software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest.Builder
-
Packages that use ListPlatformApplicationsRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of ListPlatformApplicationsRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type ListPlatformApplicationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListPlatformApplicationsResponse>SnsAsyncClient. 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).default ListPlatformApplicationsPublisherSnsAsyncClient. listPlatformApplicationsPaginator(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest)Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).default ListPlatformApplicationsIterableSnsClient. listPlatformApplicationsPaginator(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest)Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). -
Uses of ListPlatformApplicationsRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return ListPlatformApplicationsRequest.Builder Modifier and Type Method Description static ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest. builder()ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest.Builder. nextToken(String nextToken)NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type ListPlatformApplicationsRequest.Builder Modifier and Type Method Description static Class<? extends ListPlatformApplicationsRequest.Builder>ListPlatformApplicationsRequest. serializableBuilderClass()
-