Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.APISchema
Packages that use APISchema
-
Uses of APISchema in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return APISchemaModifier and TypeMethodDescriptionfinal 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 APISchemaModifier and TypeMethodDescriptionContains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.