Uses of Class
software.amazon.awssdk.services.sns.model.SetPlatformApplicationAttributesRequest
-
Packages that use SetPlatformApplicationAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of SetPlatformApplicationAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type SetPlatformApplicationAttributesRequest Modifier and Type Method Description 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).default SetPlatformApplicationAttributesResponseSnsClient. 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). -
Uses of SetPlatformApplicationAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type SetPlatformApplicationAttributesRequest Modifier and Type Method Description SdkHttpFullRequestSetPlatformApplicationAttributesRequestMarshaller. marshall(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
-