pub struct BedrockAgentClient<'a> { /* private fields */ }Implementations§
Source§impl BedrockAgentClient<'_>
impl BedrockAgentClient<'_>
Sourcepub async fn get_agents(&self) -> Result<BedrockAgentAgentsResponse, Error>
pub async fn get_agents(&self) -> Result<BedrockAgentAgentsResponse, Error>
List every recorded Bedrock Agent with its aliases, versions, knowledge-base attachments, and collaborators flattened into one row each.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for BedrockAgentClient<'a>
impl<'a> !UnwindSafe for BedrockAgentClient<'a>
impl<'a> Freeze for BedrockAgentClient<'a>
impl<'a> Send for BedrockAgentClient<'a>
impl<'a> Sync for BedrockAgentClient<'a>
impl<'a> Unpin for BedrockAgentClient<'a>
impl<'a> UnsafeUnpin for BedrockAgentClient<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more