listPolicyStores
inline suspend fun VerifiedPermissionsClient.listPolicyStores(crossinline block: ListPolicyStoresRequest.Builder.() -> Unit): 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
}