Uses of Class
software.amazon.awssdk.services.bedrockagent.model.APISchema
-
Packages that use APISchema Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of APISchema in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return APISchema Modifier and Type Method Description APISchemaAgentActionGroup. apiSchema()Returns the value of the ApiSchema property for this object.APISchemaCreateAgentActionGroupRequest. apiSchema()Returns the value of the ApiSchema property for this object.APISchemaUpdateAgentActionGroupRequest. apiSchema()Returns the value of the ApiSchema property for this object.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 APISchema Modifier and Type Method Description AgentActionGroup.BuilderAgentActionGroup.Builder. apiSchema(APISchema apiSchema)Sets the value of the ApiSchema property for this object.CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.Builder. apiSchema(APISchema apiSchema)Sets the value of the ApiSchema property for this object.UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.Builder. apiSchema(APISchema apiSchema)Sets the value of the ApiSchema property for this object.
-