Uses of Class
software.amazon.awssdk.services.sns.model.SetPlatformApplicationAttributesResponse
-
Packages that use SetPlatformApplicationAttributesResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of SetPlatformApplicationAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SetPlatformApplicationAttributesResponse Modifier and Type Method Description default SetPlatformApplicationAttributesResponse
SnsClient. 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).default SetPlatformApplicationAttributesResponse
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 SetPlatformApplicationAttributesResponse Modifier and Type Method Description default CompletableFuture<SetPlatformApplicationAttributesResponse>
SnsAsyncClient. 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).default CompletableFuture<SetPlatformApplicationAttributesResponse>
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).
-