| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
APISchema |
APISchema.clone() |
APISchema |
CreateAgentActionGroupRequest.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 |
AgentActionGroup.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 |
UpdateAgentActionGroupRequest.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 the action group.
|
APISchema |
APISchema.withS3(S3Identifier s3)
Contains details about the S3 object containing the OpenAPI schema for the action group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAgentActionGroupRequest.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.
|
void |
AgentActionGroup.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.
|
void |
UpdateAgentActionGroupRequest.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.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.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.
|
AgentActionGroup |
AgentActionGroup.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.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.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.