Uses of Class
software.amazon.awssdk.services.bedrockagent.model.APISchema
Packages that use APISchema
-
Uses of APISchema in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.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.final APISchemaCreateAgentActionGroupRequest.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.final APISchemaUpdateAgentActionGroupRequest.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.bedrockagent.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.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.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.