| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
APISchema |
APISchema.clone() |
APISchema |
CustomPluginConfiguration.getApiSchema()
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
APISchema |
APISchema.withPayload(String payload)
The JSON or YAML-formatted payload defining the OpenAPI schema for a custom plugin.
|
APISchema |
APISchema.withS3(S3 s3)
Contains details about the S3 object containing the OpenAPI schema for a custom plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomPluginConfiguration.setApiSchema(APISchema apiSchema)
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
CustomPluginConfiguration |
CustomPluginConfiguration.withApiSchema(APISchema apiSchema)
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
Copyright © 2024. All rights reserved.