Uses of Class
software.amazon.awssdk.services.sns.model.SetPlatformApplicationAttributesResponse
Packages that use SetPlatformApplicationAttributesResponse
-
Uses of SetPlatformApplicationAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SetPlatformApplicationAttributesResponseModifier and TypeMethodDescriptionSnsClient.setPlatformApplicationAttributes(Consumer<SetPlatformApplicationAttributesRequest.Builder> setPlatformApplicationAttributesRequest) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).SnsClient.setPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).Methods in software.amazon.awssdk.services.sns that return types with arguments of type SetPlatformApplicationAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.setPlatformApplicationAttributes(Consumer<SetPlatformApplicationAttributesRequest.Builder> setPlatformApplicationAttributesRequest) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).SnsAsyncClient.setPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).