Class InlineCode
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.Code
software.amazon.awscdk.services.appsync.InlineCode
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:32.707Z")
@Stability(Stable)
public class InlineCode
extends Code
AppSync function code from an inline string.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appsync.*;
InlineCode inlineCode = new InlineCode("code");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionInlineCode(String code) protectedInlineCode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedInlineCode(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct _scope) Bind source code to an AppSync Function or resolver.Methods inherited from class software.amazon.awscdk.services.appsync.Code
fromAsset, fromAsset, fromInlineMethods 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
-
InlineCode
protected InlineCode(software.amazon.jsii.JsiiObjectRef objRef) -
InlineCode
protected InlineCode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
InlineCode
- Parameters:
code- This parameter is required.
-
-
Method Details