Uses of Class
software.amazon.awssdk.services.sns.model.SetEndpointAttributesRequest
-
Packages that use SetEndpointAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of SetEndpointAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type SetEndpointAttributesRequest Modifier and Type Method Description default CompletableFuture<SetEndpointAttributesResponse>SnsAsyncClient. setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest)Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.default SetEndpointAttributesResponseSnsClient. setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest)Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. -
Uses of SetEndpointAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type SetEndpointAttributesRequest Modifier and Type Method Description SdkHttpFullRequestSetEndpointAttributesRequestMarshaller. marshall(SetEndpointAttributesRequest setEndpointAttributesRequest)
-