|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetSubscriptionAttributesRequest | |
---|---|
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 GetSubscriptionAttributesRequest in com.amazonaws.services.sns |
---|
Method parameters in com.amazonaws.services.sns with type arguments of type GetSubscriptionAttributesRequest | |
---|---|
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 GetSubscriptionAttributesRequest in com.amazonaws.services.sns.model |
---|
Methods in com.amazonaws.services.sns.model that return GetSubscriptionAttributesRequest | |
---|---|
GetSubscriptionAttributesRequest |
GetSubscriptionAttributesRequest.withSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |