Uses of Interface
software.amazon.awssdk.services.sns.model.CreatePlatformEndpointRequest.Builder
Packages that use CreatePlatformEndpointRequest.Builder
Package
Description
-
Uses of CreatePlatformEndpointRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type CreatePlatformEndpointRequest.BuilderModifier and TypeMethodDescriptionSnsAsyncClient.createPlatformEndpoint(Consumer<CreatePlatformEndpointRequest.Builder> createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.default CreatePlatformEndpointResponseSnsClient.createPlatformEndpoint(Consumer<CreatePlatformEndpointRequest.Builder> createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. -
Uses of CreatePlatformEndpointRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return CreatePlatformEndpointRequest.BuilderModifier and TypeMethodDescriptionCreatePlatformEndpointRequest.Builder.attributes(Map<String, String> attributes) For a list of attributes, seeSetEndpointAttributes.CreatePlatformEndpointRequest.builder()CreatePlatformEndpointRequest.Builder.customUserData(String customUserData) Arbitrary user data to associate with the endpoint.CreatePlatformEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePlatformEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreatePlatformEndpointRequest.Builder.platformApplicationArn(String platformApplicationArn) PlatformApplicationArnreturned from CreatePlatformApplication is used to create a an endpoint.CreatePlatformEndpointRequest.toBuilder()Unique identifier created by the notification service for an app on a device.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type CreatePlatformEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePlatformEndpointRequest.Builder>CreatePlatformEndpointRequest.serializableBuilderClass()