Uses of Class
com.amazonaws.services.sns.model.GetPlatformApplicationAttributesRequest
Packages that use GetPlatformApplicationAttributesRequest
-
Uses of GetPlatformApplicationAttributesRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type GetPlatformApplicationAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest request) AmazonSNS.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest) Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSClient.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest) Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AbstractAmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request) AbstractAmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request, AsyncHandler<GetPlatformApplicationAttributesRequest, GetPlatformApplicationAttributesResult> asyncHandler) AmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest) Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest, GetPlatformApplicationAttributesResult> asyncHandler) Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSAsyncClient.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request) AmazonSNSAsyncClient.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request, AsyncHandler<GetPlatformApplicationAttributesRequest, GetPlatformApplicationAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type GetPlatformApplicationAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request, AsyncHandler<GetPlatformApplicationAttributesRequest, GetPlatformApplicationAttributesResult> asyncHandler) AmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest, GetPlatformApplicationAttributesResult> asyncHandler) Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSAsyncClient.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest request, AsyncHandler<GetPlatformApplicationAttributesRequest, GetPlatformApplicationAttributesResult> asyncHandler) -
Uses of GetPlatformApplicationAttributesRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return GetPlatformApplicationAttributesRequestModifier and TypeMethodDescriptionGetPlatformApplicationAttributesRequest.clone()GetPlatformApplicationAttributesRequest.withPlatformApplicationArn(String platformApplicationArn) PlatformApplicationArn for GetPlatformApplicationAttributesInput.