Uses of Interface
software.amazon.awssdk.services.sns.model.CreatePlatformApplicationRequest.Builder
-
Packages that use CreatePlatformApplicationRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of CreatePlatformApplicationRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type CreatePlatformApplicationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePlatformApplicationResponse>SnsAsyncClient. 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.default CreatePlatformApplicationResponseSnsClient. 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.Builder Modifier and Type Method Description CreatePlatformApplicationRequest.BuilderCreatePlatformApplicationRequest.Builder. attributes(Map<String,String> attributes)For a list of attributes, seeSetPlatformApplicationAttributes.static CreatePlatformApplicationRequest.BuilderCreatePlatformApplicationRequest. builder()CreatePlatformApplicationRequest.BuilderCreatePlatformApplicationRequest.Builder. name(String name)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.BuilderCreatePlatformApplicationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePlatformApplicationRequest.BuilderCreatePlatformApplicationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePlatformApplicationRequest.BuilderCreatePlatformApplicationRequest.Builder. platform(String platform)The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).CreatePlatformApplicationRequest.BuilderCreatePlatformApplicationRequest. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type CreatePlatformApplicationRequest.Builder Modifier and Type Method Description static Class<? extends CreatePlatformApplicationRequest.Builder>CreatePlatformApplicationRequest. serializableBuilderClass()
-