| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionProtocolType |
SubscriptionProtocolType.fromValue(String value)
Use this in place of valueOf.
|
static SubscriptionProtocolType |
SubscriptionProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionProtocolType[] |
SubscriptionProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNotificationSubscriptionRequest.setProtocol(SubscriptionProtocolType protocol)
The protocol to use.
|
void |
Subscription.setProtocol(SubscriptionProtocolType protocol)
The protocol of the subscription.
|
CreateNotificationSubscriptionRequest |
CreateNotificationSubscriptionRequest.withProtocol(SubscriptionProtocolType protocol)
The protocol to use.
|
Subscription |
Subscription.withProtocol(SubscriptionProtocolType protocol)
The protocol of the subscription.
|
Copyright © 2020. All rights reserved.