@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.094Z") @Stability(value=Experimental) public class SmsSubscription extends software.amazon.jsii.JsiiObject implements ITopicSubscription
| Modifier and Type | Class and Description |
|---|---|
static class |
SmsSubscription.Builder
(experimental) A fluent builder for
SmsSubscription. |
software.amazon.jsii.JsiiObject.InitializationModeITopicSubscription.Jsii$Default, ITopicSubscription.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
SmsSubscription(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SmsSubscription(software.amazon.jsii.JsiiObjectRef objRef) |
|
SmsSubscription(String phoneNumber) |
|
SmsSubscription(String phoneNumber,
SmsSubscriptionProps props) |
| Modifier and Type | Method and Description |
|---|---|
TopicSubscriptionConfig |
bind(ITopic _topic)
(experimental) Returns a configuration used to subscribe to an SNS topic.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SmsSubscription(software.amazon.jsii.JsiiObjectRef objRef)
protected SmsSubscription(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SmsSubscription(@NotNull
String phoneNumber,
@Nullable
SmsSubscriptionProps props)
phoneNumber - This parameter is required.props - @Stability(value=Experimental)
public SmsSubscription(@NotNull
String phoneNumber)
phoneNumber - This parameter is required.@Stability(value=Experimental) @NotNull public TopicSubscriptionConfig bind(@NotNull ITopic _topic)
bind in interface ITopicSubscription_topic - This parameter is required.Copyright © 2021. All rights reserved.