| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static EventNotificationPartnerType |
EventNotificationPartnerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EventNotificationPartnerType |
UpdateResourceEventConfigurationRequest.partnerType()
Partner type of the resource if the identifier type is
PartnerAccountId |
EventNotificationPartnerType |
GetResourceEventConfigurationRequest.partnerType()
Partner type of the resource if the identifier type is
PartnerAccountId. |
EventNotificationPartnerType |
EventConfigurationItem.partnerType()
Partner type of the resource if the identifier type is PartnerAccountId.
|
static EventNotificationPartnerType |
EventNotificationPartnerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventNotificationPartnerType[] |
EventNotificationPartnerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EventNotificationPartnerType> |
EventNotificationPartnerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceEventConfigurationRequest.Builder |
UpdateResourceEventConfigurationRequest.Builder.partnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is
PartnerAccountId |
GetResourceEventConfigurationRequest.Builder |
GetResourceEventConfigurationRequest.Builder.partnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is
PartnerAccountId. |
EventConfigurationItem.Builder |
EventConfigurationItem.Builder.partnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
|
Copyright © 2022. All rights reserved.