Uses of Class
software.amazon.awssdk.services.sns.model.GetSubscriptionAttributesRequest
-
Packages that use GetSubscriptionAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of GetSubscriptionAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type GetSubscriptionAttributesRequest Modifier and Type Method Description default CompletableFuture<GetSubscriptionAttributesResponse>SnsAsyncClient. getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)Returns all of the properties of a subscription.default GetSubscriptionAttributesResponseSnsClient. getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)Returns all of the properties of a subscription. -
Uses of GetSubscriptionAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type GetSubscriptionAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetSubscriptionAttributesRequestMarshaller. marshall(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
-