Uses of Class
software.amazon.awssdk.services.sns.model.GetPlatformApplicationAttributesRequest
-
Packages that use GetPlatformApplicationAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of GetPlatformApplicationAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type GetPlatformApplicationAttributesRequest Modifier and Type Method Description default CompletableFuture<GetPlatformApplicationAttributesResponse>SnsAsyncClient. getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).default GetPlatformApplicationAttributesResponseSnsClient. getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). -
Uses of GetPlatformApplicationAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type GetPlatformApplicationAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetPlatformApplicationAttributesRequestMarshaller. marshall(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
-