listActors
inline suspend fun BedrockAgentCoreClient.listActors(crossinline block: ListActorsRequest.Builder.() -> Unit): ListActorsResponse
Lists all actors in an AgentCore Memory resource. We recommend using pagination to ensure that the operation returns quickly and successfully.
To use this operation, you must have the bedrock-agentcore:ListActors
permission.