Uses of Interface
software.amazon.awssdk.services.sns.model.CreatePlatformApplicationRequest.Builder
Packages that use CreatePlatformApplicationRequest.Builder
Package
Description
-
Uses of CreatePlatformApplicationRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type CreatePlatformApplicationRequest.BuilderModifier and TypeMethodDescriptionSnsAsyncClient.createPlatformApplication(Consumer<CreatePlatformApplicationRequest.Builder> createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile apps may register.SnsClient.createPlatformApplication(Consumer<CreatePlatformApplicationRequest.Builder> createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile apps may register. -
Uses of CreatePlatformApplicationRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return CreatePlatformApplicationRequest.BuilderModifier and TypeMethodDescriptionCreatePlatformApplicationRequest.Builder.attributes(Map<String, String> attributes) For a list of attributes, seeSetPlatformApplicationAttributes.CreatePlatformApplicationRequest.builder()Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.CreatePlatformApplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePlatformApplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).CreatePlatformApplicationRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type CreatePlatformApplicationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePlatformApplicationRequest.Builder>CreatePlatformApplicationRequest.serializableBuilderClass()