listPolicyStores
abstract suspend fun listPolicyStores(input: ListPolicyStoresRequest = ListPolicyStoresRequest { }): ListPolicyStoresResponse
Returns a paginated list of all policy stores in the calling Amazon Web Services account.
Samples
fun main() {
//sampleStart
// The following example lists all policy stores in the AWS account in the AWS Region in which you call
// the operation.
val resp = verifiedPermissionsClient.listPolicyStores()
//sampleEnd
}