Uses of Class
com.amazonaws.services.sns.model.SetPlatformApplicationAttributesRequest
Packages that use SetPlatformApplicationAttributesRequest
-
Uses of SetPlatformApplicationAttributesRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type SetPlatformApplicationAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.setPlatformApplicationAttributes
(SetPlatformApplicationAttributesRequest request) AmazonSNS.setPlatformApplicationAttributes
(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSClient.setPlatformApplicationAttributes
(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AbstractAmazonSNSAsync.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest request) AbstractAmazonSNSAsync.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest request, AsyncHandler<SetPlatformApplicationAttributesRequest, SetPlatformApplicationAttributesResult> asyncHandler) AmazonSNSAsync.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSAsync.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest, AsyncHandler<SetPlatformApplicationAttributesRequest, SetPlatformApplicationAttributesResult> asyncHandler) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSAsyncClient.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest request) AmazonSNSAsyncClient.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest request, AsyncHandler<SetPlatformApplicationAttributesRequest, SetPlatformApplicationAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type SetPlatformApplicationAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest request, AsyncHandler<SetPlatformApplicationAttributesRequest, SetPlatformApplicationAttributesResult> asyncHandler) AmazonSNSAsync.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest, AsyncHandler<SetPlatformApplicationAttributesRequest, SetPlatformApplicationAttributesResult> asyncHandler) Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.AmazonSNSAsyncClient.setPlatformApplicationAttributesAsync
(SetPlatformApplicationAttributesRequest request, AsyncHandler<SetPlatformApplicationAttributesRequest, SetPlatformApplicationAttributesResult> asyncHandler) -
Uses of SetPlatformApplicationAttributesRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return SetPlatformApplicationAttributesRequestModifier and TypeMethodDescriptionSetPlatformApplicationAttributesRequest.addAttributesEntry
(String key, String value) SetPlatformApplicationAttributesRequest.clearAttributesEntries()
Removes all the entries added into Attributes.SetPlatformApplicationAttributesRequest.clone()
SetPlatformApplicationAttributesRequest.withAttributes
(Map<String, String> attributes) A map of the platform application attributes.SetPlatformApplicationAttributesRequest.withPlatformApplicationArn
(String platformApplicationArn) PlatformApplicationArn for SetPlatformApplicationAttributes action.