Uses of Class
software.amazon.awssdk.services.sns.model.CreatePlatformEndpointResponse
-
Packages that use CreatePlatformEndpointResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of CreatePlatformEndpointResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return CreatePlatformEndpointResponse Modifier and Type Method Description default CreatePlatformEndpointResponse
SnsClient. 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 CreatePlatformEndpointResponse
SnsClient. createPlatformEndpoint(CreatePlatformEndpointRequest 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type CreatePlatformEndpointResponse 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 CompletableFuture<CreatePlatformEndpointResponse>
SnsAsyncClient. createPlatformEndpoint(CreatePlatformEndpointRequest 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.
-