Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static OciFunction.PayloadFormat |
OciFunction.PayloadFormat.create(String key) |
OciFunction.PayloadFormat |
OciFunction.getPayloadFormat()
The OCI Function payload format.
|
static OciFunction.PayloadFormat |
OciFunction.PayloadFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OciFunction.PayloadFormat[] |
OciFunction.PayloadFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OciFunction.Builder |
OciFunction.Builder.payloadFormat(OciFunction.PayloadFormat payloadFormat)
The OCI Function payload format.
|
Constructor and Description |
---|
OciFunction(String functionId,
String regionId,
ConfigDefinition fnConfigDefinition,
Shape inputShape,
Shape outputShape,
OciFunction.ModelType modelType,
String key,
ParentReference parentRef,
String modelVersion,
Integer objectVersion,
OciFunction.PayloadFormat payloadFormat,
FunctionConfigurationDefinition fnConfigDef)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.