Class InstanceEvents.ContactLensPostCallRulesMatched
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.connect.events.InstanceEvents.ContactLensPostCallRulesMatched
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
- Enclosing class:
InstanceEvents
@Stability(Experimental)
public static class InstanceEvents.ContactLensPostCallRulesMatched
extends software.amazon.jsii.JsiiObject
(experimental) aws.connect@ContactLensPostCallRulesMatched event types for Instance.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.mixins.preview.services.connect.events.*; ContactLensPostCallRulesMatched contactLensPostCallRulesMatched = new ContactLensPostCallRulesMatched();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface(experimental) Props type for Instance aws.connect@ContactLensPostCallRulesMatched event.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContactLensPostCallRulesMatched(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedContactLensPostCallRulesMatched(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ContactLensPostCallRulesMatched
protected ContactLensPostCallRulesMatched(software.amazon.jsii.JsiiObjectRef objRef) -
ContactLensPostCallRulesMatched
protected ContactLensPostCallRulesMatched(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ContactLensPostCallRulesMatched
@Stability(Experimental) public ContactLensPostCallRulesMatched()
-