Class DomainEvents.VoiceIdUpdateSessionAction
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdUpdateSessionAction
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
- Enclosing class:
DomainEvents
@Stability(Experimental)
public static class DomainEvents.VoiceIdUpdateSessionAction
extends software.amazon.jsii.JsiiObject
(experimental) aws.voiceid@VoiceIdUpdateSessionAction event types for Domain.
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.voiceid.events.*; VoiceIdUpdateSessionAction voiceIdUpdateSessionAction = new VoiceIdUpdateSessionAction();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface(experimental) Type definition for AuthenticationConfiguration.static interface(experimental) Type definition for ErrorInfo.static interface(experimental) Type definition for FraudDetectionConfiguration.static interface(experimental) Type definition for Session.static interface(experimental) Props type for Domain aws.voiceid@VoiceIdUpdateSessionAction event.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVoiceIdUpdateSessionAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedVoiceIdUpdateSessionAction(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
-
VoiceIdUpdateSessionAction
protected VoiceIdUpdateSessionAction(software.amazon.jsii.JsiiObjectRef objRef) -
VoiceIdUpdateSessionAction
protected VoiceIdUpdateSessionAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
VoiceIdUpdateSessionAction
@Stability(Experimental) public VoiceIdUpdateSessionAction()
-