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 CreatePlatformApplicationResponse
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.Builder Modifier and Type Method Description CreatePlatformApplicationRequest.Builder
CreatePlatformApplicationRequest.Builder. attributes(Map<String,String> attributes)
For a list of attributes, seeSetPlatformApplicationAttributes
.static CreatePlatformApplicationRequest.Builder
CreatePlatformApplicationRequest. builder()
CreatePlatformApplicationRequest.Builder
CreatePlatformApplicationRequest.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.Builder
CreatePlatformApplicationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreatePlatformApplicationRequest.Builder
CreatePlatformApplicationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
CreatePlatformApplicationRequest.Builder
CreatePlatformApplicationRequest.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.Builder
CreatePlatformApplicationRequest. 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()
-