| Modifier and Type | Method and Description |
|---|---|
SubscriptionProtocol |
SubscriptionOptions.getProtocol()
What type of subscription to add.
|
SubscriptionProtocol |
SubscriptionOptions.Jsii$Proxy.getProtocol() |
SubscriptionProtocol |
SubscriptionProps.Jsii$Proxy.getProtocol() |
SubscriptionProtocol |
TopicSubscriptionConfig.Jsii$Proxy.getProtocol() |
static SubscriptionProtocol |
SubscriptionProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionProtocol[] |
SubscriptionProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionOptions.Builder |
SubscriptionOptions.Builder.protocol(SubscriptionProtocol protocol)
Sets the value of
SubscriptionOptions.getProtocol() |
Subscription.Builder |
Subscription.Builder.protocol(SubscriptionProtocol protocol)
What type of subscription to add.
|
SubscriptionProps.Builder |
SubscriptionProps.Builder.protocol(SubscriptionProtocol protocol)
Sets the value of
SubscriptionOptions.getProtocol() |
TopicSubscriptionConfig.Builder |
TopicSubscriptionConfig.Builder.protocol(SubscriptionProtocol protocol)
Sets the value of
SubscriptionOptions.getProtocol() |
| Constructor and Description |
|---|
Jsii$Proxy(ITopic topic,
String endpoint,
SubscriptionProtocol protocol,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy,
Boolean rawMessageDelivery,
String region)
Constructor that initializes the object based on literal property values passed by the
SubscriptionProps.Builder. |
Jsii$Proxy(String subscriberId,
Construct subscriberScope,
String endpoint,
SubscriptionProtocol protocol,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy,
Boolean rawMessageDelivery,
String region)
Constructor that initializes the object based on literal property values passed by the
TopicSubscriptionConfig.Builder. |
Jsii$Proxy(String endpoint,
SubscriptionProtocol protocol,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy,
Boolean rawMessageDelivery,
String region)
Constructor that initializes the object based on literal property values passed by the
SubscriptionOptions.Builder. |
Copyright © 2021. All rights reserved.