Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.APISchema
-
Packages that use APISchema Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of APISchema in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return APISchema Modifier and Type Method Description APISchemaAgentActionGroup. 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.static APISchemaAPISchema. fromPayload(String payload)Create an instance of this class withpayload()initialized to the given value.static APISchemaAPISchema. fromS3(Consumer<S3Identifier.Builder> s3)Create an instance of this class withs3()initialized to the given value.static APISchemaAPISchema. fromS3(S3Identifier s3)Create an instance of this class withs3()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type APISchema Modifier and Type Method Description AgentActionGroup.BuilderAgentActionGroup.Builder. apiSchema(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.
-