listDeploymentStrategies

Lists deployment strategies.

Samples


fun main() { 
   //sampleStart 
   // The following list deployment strategies example lists the available deployment strategies in your
// AWS account.
val resp = appConfigClient.listDeploymentStrategies() 
   //sampleEnd
}