AwsInspector\Command\Clean\CleanSnapshotsCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('clean:orphaned-snapshots-from-createimage')->setDescription('Delete snapshots created via CreateImage where the AMI does not exist anymore');
    }
CleanSnapshotsCommand