Uses of Interface
software.amazon.awssdk.services.sns.model.CreatePlatformEndpointRequest.Builder
-
Packages that use CreatePlatformEndpointRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of CreatePlatformEndpointRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type CreatePlatformEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePlatformEndpointResponse>SnsAsyncClient. 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.Builder Modifier and Type Method Description CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest.Builder. attributes(Map<String,String> attributes)For a list of attributes, seeSetEndpointAttributes.static CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest. builder()CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest.Builder. customUserData(String customUserData)Arbitrary user data to associate with the endpoint.CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest.Builder. platformApplicationArn(String platformApplicationArn)PlatformApplicationArnreturned from CreatePlatformApplication is used to create a an endpoint.CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest. toBuilder()CreatePlatformEndpointRequest.BuilderCreatePlatformEndpointRequest.Builder. token(String token)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.Builder Modifier and Type Method Description static Class<? extends CreatePlatformEndpointRequest.Builder>CreatePlatformEndpointRequest. serializableBuilderClass()
-