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