@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-13T22:11:54.682Z") @Stability(value=Deprecated) @Deprecated public class Data extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Data(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
Data(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getEntirePayload()
Deprecated.
|
static Boolean |
isJsonPathString(String value)
Deprecated.
|
static List<String> |
listAt(String path)
Deprecated.
|
static Number |
numberAt(String path)
Deprecated.
|
static String |
stringAt(String path)
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Data(software.amazon.jsii.JsiiObjectRef objRef)
protected Data(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated @NotNull public static Boolean isJsonPathString(@NotNull String value)
value - string to be evaluated. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static List<String> listAt(@NotNull String path)
path - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static Number numberAt(@NotNull String path)
path - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static String stringAt(@NotNull String path)
path - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static String getEntirePayload()
Will be an object at invocation time, but is represented in the CDK application as a string.
Copyright © 2022. All rights reserved.