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