|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetSubscriptionAttributesResult | |
---|---|
com.amazonaws.services.sns | Synchronous and asynchronous client classes for accessing AmazonSNS. |
com.amazonaws.services.sns.model | Classes modeling the various types represented by AmazonSNS. |
Uses of GetSubscriptionAttributesResult in com.amazonaws.services.sns |
---|
Methods in com.amazonaws.services.sns that return GetSubscriptionAttributesResult | |
---|---|
GetSubscriptionAttributesResult |
AmazonSNSClient.getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
Returns all of the properties of a subscription. |
GetSubscriptionAttributesResult |
AmazonSNS.getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
Returns all of the properties of a subscription. |
GetSubscriptionAttributesResult |
AmazonSNSClient.getSubscriptionAttributes(String subscriptionArn)
Returns all of the properties of a subscription. |
GetSubscriptionAttributesResult |
AmazonSNS.getSubscriptionAttributes(String subscriptionArn)
Returns all of the properties of a subscription. |
Method parameters in com.amazonaws.services.sns with type arguments of type GetSubscriptionAttributesResult | |
---|---|
Future<GetSubscriptionAttributesResult> |
AmazonSNSAsyncClient.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest,
AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Returns all of the properties of a subscription. |
Future<GetSubscriptionAttributesResult> |
AmazonSNSAsync.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest,
AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
Returns all of the properties of a subscription. |
Uses of GetSubscriptionAttributesResult in com.amazonaws.services.sns.model |
---|
Methods in com.amazonaws.services.sns.model that return GetSubscriptionAttributesResult | |
---|---|
GetSubscriptionAttributesResult |
GetSubscriptionAttributesResult.addAttributesEntry(String key,
String value)
A map of the subscription's attributes. |
GetSubscriptionAttributesResult |
GetSubscriptionAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes. |
GetSubscriptionAttributesResult |
GetSubscriptionAttributesResult.withAttributes(Map<String,String> attributes)
A map of the subscription's attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |