Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RequestBody.Builder
-
Packages that use RequestBody.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RequestBody.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RequestBody.Builder Modifier and Type Method Description static RequestBody.BuilderRequestBody. builder()RequestBody.BuilderRequestBody.Builder. content(Map<String,? extends Collection<Parameter>> content)The content in the request body.RequestBody.BuilderRequestBody. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RequestBody.Builder Modifier and Type Method Description static Class<? extends RequestBody.Builder>RequestBody. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RequestBody.Builder Modifier and Type Method Description default ActionGroupInvocationInput.BuilderActionGroupInvocationInput.Builder. requestBody(Consumer<RequestBody.Builder> requestBody)The parameters in the request body for the Lambda input event.
-