Uses of Class
com.amazonaws.services.sns.model.GetSubscriptionAttributesResult
Packages that use GetSubscriptionAttributesResult
-
Uses of GetSubscriptionAttributesResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return GetSubscriptionAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSNS.getSubscriptionAttributes
(GetSubscriptionAttributesRequest request) AbstractAmazonSNS.getSubscriptionAttributes
(String subscriptionArn) AmazonSNS.getSubscriptionAttributes
(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest) Returns all of the properties of a subscription.AmazonSNS.getSubscriptionAttributes
(String subscriptionArn) Simplified method form for invoking the GetSubscriptionAttributes operation.AmazonSNSClient.getSubscriptionAttributes
(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest) Returns all of the properties of a subscription.AmazonSNSClient.getSubscriptionAttributes
(String subscriptionArn) Methods in com.amazonaws.services.sns that return types with arguments of type GetSubscriptionAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest request) AbstractAmazonSNSAsync.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest request, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) AbstractAmazonSNSAsync.getSubscriptionAttributesAsync
(String subscriptionArn) Simplified method form for invoking the GetSubscriptionAttributes operation.AbstractAmazonSNSAsync.getSubscriptionAttributesAsync
(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.AmazonSNSAsync.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest) Returns all of the properties of a subscription.AmazonSNSAsync.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Returns all of the properties of a subscription.AmazonSNSAsync.getSubscriptionAttributesAsync
(String subscriptionArn) Simplified method form for invoking the GetSubscriptionAttributes operation.AmazonSNSAsync.getSubscriptionAttributesAsync
(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.AmazonSNSAsyncClient.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest request) AmazonSNSAsyncClient.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest request, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) AmazonSNSAsyncClient.getSubscriptionAttributesAsync
(String subscriptionArn) Simplified method form for invoking the GetSubscriptionAttributes operation.AmazonSNSAsyncClient.getSubscriptionAttributesAsync
(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type GetSubscriptionAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest request, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) AbstractAmazonSNSAsync.getSubscriptionAttributesAsync
(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.AmazonSNSAsync.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Returns all of the properties of a subscription.AmazonSNSAsync.getSubscriptionAttributesAsync
(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler.AmazonSNSAsyncClient.getSubscriptionAttributesAsync
(GetSubscriptionAttributesRequest request, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) AmazonSNSAsyncClient.getSubscriptionAttributesAsync
(String subscriptionArn, AsyncHandler<GetSubscriptionAttributesRequest, GetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the GetSubscriptionAttributes operation with an AsyncHandler. -
Uses of GetSubscriptionAttributesResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return GetSubscriptionAttributesResultModifier and TypeMethodDescriptionGetSubscriptionAttributesResult.addAttributesEntry
(String key, String value) GetSubscriptionAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes.GetSubscriptionAttributesResult.clone()
GetSubscriptionAttributesResult.withAttributes
(Map<String, String> attributes) A map of the subscription's attributes.